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