Uses of Class
org.magicwerk.brownies.collections.primitive.LongBigList
Packages that use LongBigList
Package
Description
This packages contains implementations of GapList and BigList for primitive data types.
-
Uses of LongBigList in org.magicwerk.brownies.collections.primitive
Subclasses of LongBigList in org.magicwerk.brownies.collections.primitiveModifier and TypeClassDescriptionprotected static class
A read-only version ofinvalid reference
Key1List
Fields in org.magicwerk.brownies.collections.primitive declared as LongBigListModifier and TypeFieldDescriptionprivate static final LongBigList
LongBigList.EMPTY
Unmodifiable empty instance(package private) LongBigList
LongObjBigList.list
Methods in org.magicwerk.brownies.collections.primitive that return LongBigListModifier and TypeMethodDescriptionLongBigList.clone()
Returns a shallow copy of this list.LongBigList.copy()
Returns a shallow copy of this list.static LongBigList
LongBigList.create()
static LongBigList
LongBigList.create
(long... elems) Create new list with specified elements.static LongBigList
LongBigList.create
(Collection<Long> coll) Create new list with specified elements.LongBigList.crop()
static LongBigList
LongBigList.EMPTY()
LongBigList.immutableList()
LongBigList.unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type LongBigListModifierConstructorDescriptionprotected
LongBigList
(boolean copy, LongBigList that) Constructor used internally, e.g.protected
Private constructor used internally.