Uses of Class
org.magicwerk.brownies.collections.primitive.IntBigList
Packages that use IntBigList
Package
Description
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.primitiveModifier and TypeClassDescriptionprotected static classA read-only version of.invalid reference
Key1ListFields in org.magicwerk.brownies.collections.primitive declared as IntBigListModifier and TypeFieldDescriptionprivate static final IntBigListIntBigList.EMPTYUnmodifiable empty instance(package private) IntBigListIntObjBigList.listMethods in org.magicwerk.brownies.collections.primitive that return IntBigListModifier and TypeMethodDescriptionIntBigList.clone()Returns a shallow copy of this list.IntBigList.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(Collection<Integer> coll) Create new list with specified elements.IntBigList.crop()static IntBigListIntBigList.EMPTY()IntBigList.immutableList()IntBigList.unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type IntBigListModifierConstructorDescriptionprotectedIntBigList(boolean copy, IntBigList that) Constructor used internally, e.g.protectedReadOnlyIntBigList(IntBigList that) Private constructor used internally.