Uses of Class
org.magicwerk.brownies.collections.primitive.LongGapList
Packages that use LongGapList
Package
Description
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.primitiveModifier and TypeClassDescription(package private) static classA block stores in maximum blockSize number of elements.protected static classA read-only version ofLongGapList.Fields in org.magicwerk.brownies.collections.primitive declared as LongGapListModifier and TypeFieldDescriptionprivate static final LongGapListLongGapList.EMPTYUnmodifiable empty instance(package private) LongGapListLongObjGapList.listMethods in org.magicwerk.brownies.collections.primitive that return LongGapListModifier and TypeMethodDescriptionLongGapList.clone()LongGapList.copy()static LongGapListLongGapList.create()static LongGapListLongGapList.create(long... elems) Create new list with specified elements.static LongGapListLongGapList.create(Collection<Long> coll) Create new list with specified elements.LongGapList.crop()LongGapList.doCreate(int capacity) static LongGapListLongGapList.EMPTY()LongGapList.getAll(int index, int len) LongGapList.getAll(long elem) static LongGapListLongGapList.immutable(long... elems) Create new immutable list with specified elements.static LongGapListLongGapList.immutable(Collection<Long> coll) Create new immutable list with specified elements.LongGapList.immutableList()LongGapList.unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type LongGapListModifierConstructorDescriptionprotectedLongGapList(boolean copy, LongGapList that) Constructor used internally, e.g.protectedReadOnlyList(LongGapList that) Private constructor used internally.