Uses of Class
org.magicwerk.brownies.collections.primitive.IntBigList
-
Packages that use IntBigList Package Description org.magicwerk.brownies.collections.primitive This packages contains implementations of GapList and BigList for primitive data types. -
-
Uses of IntBigList in org.magicwerk.brownies.collections.primitive
Subclasses of IntBigList in org.magicwerk.brownies.collections.primitive Modifier and Type Class Description protected static class
IntBigList.ReadOnlyIntBigList
A read-only version ofKey1List
.Fields in org.magicwerk.brownies.collections.primitive declared as IntBigList Modifier and Type Field Description private static IntBigList
IntBigList. EMPTY
Unmodifiable empty instance(package private) IntBigList
IntObjBigList. list
Methods in org.magicwerk.brownies.collections.primitive that return IntBigList Modifier and Type Method Description IntBigList
IntBigList. clone()
Returns a shallow copy of this list.IntBigList
IntBigList. copy()
Returns a shallow copy of this list.static IntBigList
IntBigList. create()
static IntBigList
IntBigList. create(int... elems)
Create new list with specified elements.static IntBigList
IntBigList. create(java.util.Collection<java.lang.Integer> coll)
Create new list with specified elements.IntBigList
IntBigList. crop()
static IntBigList
IntBigList. EMPTY()
IntBigList
IntBigList. immutableList()
IntBigList
IntBigList. unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type IntBigList Constructor Description IntBigList(boolean copy, IntBigList that)
Constructor used internally, e.g.ReadOnlyIntBigList(IntBigList that)
Private constructor used internally.
-