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 classLongBigList.ReadOnlyLongBigListA read-only version ofKey1List.Fields in org.magicwerk.brownies.collections.primitive declared as LongBigList Modifier and Type Field Description private static LongBigListLongBigList. EMPTYUnmodifiable empty instance(package private) LongBigListLongObjBigList. listMethods in org.magicwerk.brownies.collections.primitive that return LongBigList Modifier and Type Method Description LongBigListLongBigList. clone()Returns a shallow copy of this list.LongBigListLongBigList. 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(java.util.Collection<java.lang.Long> coll)Create new list with specified elements.LongBigListLongBigList. crop()static LongBigListLongBigList. EMPTY()LongBigListLongBigList. immutableList()LongBigListLongBigList. 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.
-