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