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