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 classA read-only version of.invalid reference
Key1ListFields in org.magicwerk.brownies.collections.primitive declared as LongBigListModifier and TypeFieldDescriptionprivate static final LongBigListLongBigList.EMPTYUnmodifiable empty instance(package private) LongBigListLongObjBigList.listMethods 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 LongBigListLongBigList.create()static LongBigListLongBigList.create(long... elems) Create new list with specified elements.static LongBigListLongBigList.create(Collection<Long> coll) Create new list with specified elements.LongBigList.crop()static LongBigListLongBigList.EMPTY()LongBigList.immutableList()LongBigList.unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type LongBigListModifierConstructorDescriptionprotectedLongBigList(boolean copy, LongBigList that) Constructor used internally, e.g.protectedPrivate constructor used internally.