Class ScreenPosVector

java.lang.Object
com.massifmaps.core.ScreenPosVector

public class ScreenPosVector extends Object
  • Constructor Details

    • ScreenPosVector

      public ScreenPosVector()
    • ScreenPosVector

      public ScreenPosVector(long n)
  • Method Details

    • size

      public long size()
    • capacity

      public long capacity()
    • reserve

      public void reserve(long n)
    • isEmpty

      public boolean isEmpty()
    • clear

      public void clear()
    • add

      public void add(ScreenPos x)
    • get

      public ScreenPos get(int i)
    • set

      public void set(int i, ScreenPos val)