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 classIntObjBigList.ImmutableIntObjBigListAn immutable version of a BigList.Methods in org.magicwerk.brownies.collections.primitive that return IntObjBigList Modifier and Type Method Description IntObjBigListIntObjBigList. clone()IntObjBigListIntObjBigList. copy()static IntObjBigListIntObjBigList. create()static IntObjBigListIntObjBigList. create(java.lang.Integer... elems)static IntObjBigListIntObjBigList. create(java.util.Collection<? extends java.lang.Integer> elems)IntObjBigListIntObjBigList. immutableList()IntObjBigListIntObjBigList. unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type IntObjBigList Constructor Description ImmutableIntObjBigList(IntObjBigList that)Private constructor used internally.
-