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.ImmutableIntGapListAn immutable version of a IntGapList.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. 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)IntGapListIntGapList. unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type IntGapList Constructor Description ImmutableIntGapList(IntGapList that)Private constructor used internally.IntGapList(boolean copy, IntGapList that)Constructor used internally, e.g.
-