Uses of Class
org.magicwerk.brownies.collections.primitive.LongBigList
-
Packages that use LongBigList Package Description org.magicwerk.brownies.collections.primitive 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.primitive Modifier and Type Class Description protected static class
LongBigList.ReadOnlyLongBigList
A read-only version ofKey1List
.Fields in org.magicwerk.brownies.collections.primitive declared as LongBigList Modifier and Type Field Description private static LongBigList
LongBigList. EMPTY
Unmodifiable empty instance(package private) LongBigList
LongObjBigList. list
Methods in org.magicwerk.brownies.collections.primitive that return LongBigList Modifier and Type Method Description LongBigList
LongBigList. clone()
Returns a shallow copy of this list.LongBigList
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(java.util.Collection<java.lang.Long> coll)
Create new list with specified elements.LongBigList
LongBigList. crop()
static LongBigList
LongBigList. EMPTY()
LongBigList
LongBigList. immutableList()
LongBigList
LongBigList. unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type LongBigList Constructor Description LongBigList(boolean copy, LongBigList that)
Constructor used internally, e.g.ReadOnlyLongBigList(LongBigList that)
Private constructor used internally.
-