Uses of Class
org.magicwerk.brownies.collections.primitive.LongGapList
-
Packages that use LongGapList Package Description org.magicwerk.brownies.collections.primitive This packages contains implementations of GapList and BigList for primitive data types. -
-
Uses of LongGapList in org.magicwerk.brownies.collections.primitive
Subclasses of LongGapList in org.magicwerk.brownies.collections.primitive Modifier and Type Class Description (package private) static classLongBigList.LongBlockA block stores in maximum blockSize number of elements.protected static classLongGapList.ReadOnlyListA read-only version ofLongGapList.Fields in org.magicwerk.brownies.collections.primitive declared as LongGapList Modifier and Type Field Description private static LongGapListLongGapList. EMPTYUnmodifiable empty instance(package private) LongGapListLongObjGapList. listMethods in org.magicwerk.brownies.collections.primitive that return LongGapList Modifier and Type Method Description LongGapListLongGapList. clone()LongGapListLongGapList. copy()static LongGapListLongGapList. create()static LongGapListLongGapList. create(long... elems)Create new list with specified elements.static LongGapListLongGapList. create(java.util.Collection<java.lang.Long> coll)Create new list with specified elements.LongGapListLongGapList. crop()LongGapListLongGapList. doCreate(int capacity)static LongGapListLongGapList. EMPTY()LongGapListLongGapList. getAll(int index, int len)LongGapListLongGapList. getAll(long elem)static LongGapListLongGapList. immutable(long... elems)Create new immutable list with specified elements.static LongGapListLongGapList. immutable(java.util.Collection<java.lang.Long> coll)Create new immutable list with specified elements.LongGapListLongGapList. immutableList()LongGapListLongGapList. unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type LongGapList Constructor Description LongGapList(boolean copy, LongGapList that)Constructor used internally, e.g.ReadOnlyList(LongGapList that)Private constructor used internally.
-