Class Vectorbool


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

      • Vectorbool

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

        public Vectorbool()
      • Vectorbool

        public Vectorbool​(long n)
    • Method Detail

      • getCPtr

        public static long getCPtr​(Vectorbool 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​(boolean x)
      • get

        public boolean get​(int i)
      • set

        public void set​(int i,
                        boolean val)