Uses of Class
org.magicwerk.brownies.collections.primitive.IntObjGapList
Packages that use IntObjGapList
Package
Description
This packages contains implementations of GapList and BigList for primitive data types.
-
Uses of IntObjGapList in org.magicwerk.brownies.collections.primitive
Subclasses of IntObjGapList in org.magicwerk.brownies.collections.primitiveModifier and TypeClassDescriptionprotected static class
An immutable version of a GapList.Methods in org.magicwerk.brownies.collections.primitive that return IntObjGapListModifier and TypeMethodDescriptionIntObjGapList.clone()
IntObjGapList.copy()
static IntObjGapList
IntObjGapList.create()
static IntObjGapList
static IntObjGapList
IntObjGapList.create
(Collection<? extends Integer> elems) IntObjGapList.immutableList()
IntObjGapList.unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type IntObjGapListModifierConstructorDescriptionprotected
Private constructor used internally.