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