Uses of Class
org.magicwerk.brownies.collections.primitive.LongObjGapList
-
Packages that use LongObjGapList Package Description org.magicwerk.brownies.collections.primitive 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.primitive Modifier and Type Class Description protected static class
LongObjGapList.ImmutableLongObjGapList
An immutable version of a GapList.Methods in org.magicwerk.brownies.collections.primitive that return LongObjGapList Modifier and Type Method Description LongObjGapList
LongObjGapList. clone()
LongObjGapList
LongObjGapList. copy()
static LongObjGapList
LongObjGapList. create()
static LongObjGapList
LongObjGapList. create(java.lang.Long... elems)
static LongObjGapList
LongObjGapList. create(java.util.Collection<? extends java.lang.Long> elems)
LongObjGapList
LongObjGapList. immutableList()
LongObjGapList
LongObjGapList. unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type LongObjGapList Constructor Description ImmutableLongObjGapList(LongObjGapList that)
Private constructor used internally.
-