Uses of Class
org.magicwerk.brownies.collections.primitive.IntGapList
Packages that use IntGapList
Package
Description
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.primitiveModifier and TypeClassDescription(package private) static classA block stores in maximum blockSize number of elements.protected static classA read-only version ofIntGapList.Fields in org.magicwerk.brownies.collections.primitive declared as IntGapListModifier and TypeFieldDescriptionprivate static final IntGapListIntGapList.EMPTYUnmodifiable empty instance(package private) IntGapListIntObjGapList.listMethods in org.magicwerk.brownies.collections.primitive that return IntGapListModifier and TypeMethodDescriptionIntGapList.clone()IntGapList.copy()static IntGapListIntGapList.create()static IntGapListIntGapList.create(int... elems) Create new list with specified elements.static IntGapListIntGapList.create(Collection<Integer> coll) Create new list with specified elements.IntGapList.crop()IntGapList.doCreate(int capacity) static IntGapListIntGapList.EMPTY()IntGapList.getAll(int elem) IntGapList.getAll(int index, int len) static IntGapListIntGapList.immutable(int... elems) Create new immutable list with specified elements.static IntGapListIntGapList.immutable(Collection<Integer> coll) Create new immutable list with specified elements.IntGapList.immutableList()IntGapList.unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type IntGapListModifierConstructorDescriptionprotectedIntGapList(boolean copy, IntGapList that) Constructor used internally, e.g.protectedReadOnlyList(IntGapList that) Private constructor used internally.