Uses of Class
org.magicwerk.brownies.collections.primitive.LongObjGapList
Packages that use LongObjGapList
Package
Description
This packages contains implementations of GapList and BigList for primitive data types.
-
Uses of LongObjGapList in org.magicwerk.brownies.collections.primitive
Subclasses of LongObjGapList 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 LongObjGapListModifier and TypeMethodDescriptionLongObjGapList.clone()
LongObjGapList.copy()
static LongObjGapList
LongObjGapList.create()
static LongObjGapList
static LongObjGapList
LongObjGapList.create
(Collection<? extends Long> elems) LongObjGapList.immutableList()
LongObjGapList.unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type LongObjGapListModifierConstructorDescriptionprotected
Private constructor used internally.