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.ImmutableIntBigListAn immutable version of a IntBigList.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. 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. unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type IntBigList Constructor Description ImmutableIntBigList(IntBigList that)Private constructor used internally.IntBigList(boolean copy, IntBigList that)Constructor used internally, e.g.
-