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.primitiveMethods 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. for ImmutableLongGapList.protectedReadOnlyList(LongGapList that) Private constructor used internally.