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 classAn immutable version of a GapList.Methods in org.magicwerk.brownies.collections.primitive that return LongObjGapListModifier and TypeMethodDescriptionLongObjGapList.clone()LongObjGapList.copy()static LongObjGapListLongObjGapList.create()static LongObjGapListstatic LongObjGapListLongObjGapList.create(Collection<? extends Long> elems) LongObjGapList.immutableList()LongObjGapList.unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type LongObjGapListModifierConstructorDescriptionprotectedPrivate constructor used internally.