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 class
A block stores in maximum blockSize number of elements.protected static class
A read-only version ofLongGapList
.Fields in org.magicwerk.brownies.collections.primitive declared as LongGapListModifier and TypeFieldDescriptionprivate static final LongGapList
LongGapList.EMPTY
Unmodifiable empty instance(package private) LongGapList
LongObjGapList.list
Methods in org.magicwerk.brownies.collections.primitive that return LongGapListModifier and TypeMethodDescriptionLongGapList.clone()
LongGapList.copy()
static LongGapList
LongGapList.create()
static LongGapList
LongGapList.create
(long... elems) Create new list with specified elements.static LongGapList
LongGapList.create
(Collection<Long> coll) Create new list with specified elements.LongGapList.crop()
LongGapList.doCreate
(int capacity) static LongGapList
LongGapList.EMPTY()
LongGapList.getAll
(int index, int len) LongGapList.getAll
(long elem) static LongGapList
LongGapList.immutable
(long... elems) Create new immutable list with specified elements.static LongGapList
LongGapList.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 LongGapListModifierConstructorDescriptionprotected
LongGapList
(boolean copy, LongGapList that) Constructor used internally, e.g.protected
ReadOnlyList
(LongGapList that) Private constructor used internally.