Uses of Class
org.magicwerk.brownies.collections.primitive.IntObjBigList
-
Packages that use IntObjBigList Package Description org.magicwerk.brownies.collections.primitive This packages contains implementations of GapList and BigList for primitive data types. -
-
Uses of IntObjBigList in org.magicwerk.brownies.collections.primitive
Subclasses of IntObjBigList in org.magicwerk.brownies.collections.primitive Modifier and Type Class Description protected static class
IntObjBigList.ImmutableIntObjBigList
An immutable version of a BigList.Methods in org.magicwerk.brownies.collections.primitive that return IntObjBigList Modifier and Type Method Description IntObjBigList
IntObjBigList. clone()
IntObjBigList
IntObjBigList. copy()
static IntObjBigList
IntObjBigList. create()
static IntObjBigList
IntObjBigList. create(java.lang.Integer... elems)
static IntObjBigList
IntObjBigList. create(java.util.Collection<? extends java.lang.Integer> elems)
IntObjBigList
IntObjBigList. immutableList()
IntObjBigList
IntObjBigList. unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type IntObjBigList Constructor Description ImmutableIntObjBigList(IntObjBigList that)
Private constructor used internally.
-