Class VectorInt


  • public class VectorInt
    extends java.lang.Object
    • Constructor Detail

      • VectorInt

        public VectorInt​(long cPtr,
                         boolean cMemoryOwn)
      • VectorInt

        public VectorInt()
      • VectorInt

        public VectorInt​(long n)
    • Method Detail

      • getCPtr

        public static long getCPtr​(VectorInt obj)
      • delete

        public void delete()
      • 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​(int x)
      • get

        public int get​(int i)
      • set

        public void set​(int i,
                        int val)