Uses of Class
org.magicwerk.brownies.collections.primitive.IntObjBigList
Packages that use IntObjBigList
Package
Description
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.primitiveModifier and TypeClassDescriptionprotected static class
An immutable version of a BigList.Methods in org.magicwerk.brownies.collections.primitive that return IntObjBigListModifier and TypeMethodDescriptionIntObjBigList.clone()
IntObjBigList.copy()
static IntObjBigList
IntObjBigList.create()
static IntObjBigList
static IntObjBigList
IntObjBigList.create
(Collection<? extends Integer> elems) IntObjBigList.immutableList()
IntObjBigList.unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type IntObjBigListModifierConstructorDescriptionprotected
Private constructor used internally.