Uses of Class
org.magicwerk.brownies.collections.primitive.IntGapList
-
Packages that use IntGapList Package Description org.magicwerk.brownies.collections.primitive This packages contains implementations of GapList and BigList for primitive data types. -
-
Uses of IntGapList in org.magicwerk.brownies.collections.primitive
Subclasses of IntGapList in org.magicwerk.brownies.collections.primitive Modifier and Type Class Description (package private) static classIntBigList.IntBlockA block stores in maximum blockSize number of elements.protected static classIntGapList.ReadOnlyListA read-only version ofIntGapList.Fields in org.magicwerk.brownies.collections.primitive declared as IntGapList Modifier and Type Field Description private static IntGapListIntGapList. EMPTYUnmodifiable empty instance(package private) IntGapListIntObjGapList. listMethods in org.magicwerk.brownies.collections.primitive that return IntGapList Modifier and Type Method Description IntGapListIntGapList. clone()IntGapListIntGapList. copy()static IntGapListIntGapList. create()static IntGapListIntGapList. create(int... elems)Create new list with specified elements.static IntGapListIntGapList. create(java.util.Collection<java.lang.Integer> coll)Create new list with specified elements.IntGapListIntGapList. crop()IntGapListIntGapList. doCreate(int capacity)static IntGapListIntGapList. EMPTY()IntGapListIntGapList. getAll(int elem)IntGapListIntGapList. getAll(int index, int len)static IntGapListIntGapList. immutable(int... elems)Create new immutable list with specified elements.static IntGapListIntGapList. immutable(java.util.Collection<java.lang.Integer> coll)Create new immutable list with specified elements.IntGapListIntGapList. immutableList()IntGapListIntGapList. unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type IntGapList Constructor Description IntGapList(boolean copy, IntGapList that)Constructor used internally, e.g.ReadOnlyList(IntGapList that)Private constructor used internally.
-