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 class
A read-only version ofinvalid reference
Key1List
Fields in org.magicwerk.brownies.collections.primitive declared as IntBigListModifier and TypeFieldDescriptionprivate static final IntBigList
IntBigList.EMPTY
Unmodifiable empty instance(package private) IntBigList
IntObjBigList.list
Methods 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 IntBigList
IntBigList.create()
static IntBigList
IntBigList.create
(int... elems) Create new list with specified elements.static IntBigList
IntBigList.create
(Collection<Integer> coll) Create new list with specified elements.IntBigList.crop()
static IntBigList
IntBigList.EMPTY()
IntBigList.immutableList()
IntBigList.unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type IntBigListModifierConstructorDescriptionprotected
IntBigList
(boolean copy, IntBigList that) Constructor used internally, e.g.protected
ReadOnlyIntBigList
(IntBigList that) Private constructor used internally.