Class TBooleanArrayList


  • public class TBooleanArrayList
    extends Object
    TBooleanArrayList implement (not provided by trove4j) based on TByteArrayList.
    Author:
    Geoffroy Jamgotchian
    • Constructor Detail

      • TBooleanArrayList

        public TBooleanArrayList​(int capacity)
    • Method Detail

      • add

        public boolean add​(boolean val)
      • get

        public boolean get​(int offset)
      • ensureCapacity

        public void ensureCapacity​(int capacity)
      • removeAt

        public boolean removeAt​(int offset)
      • remove

        public void remove​(int offset,
                           int length)
      • size

        public int size()
      • set

        public boolean set​(int offset,
                           boolean val)
      • fill

        public void fill​(int fromIndex,
                         int toIndex,
                         boolean val)