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 class
A block stores in maximum blockSize number of elements.protected static class
A read-only version ofIntGapList
.Fields in org.magicwerk.brownies.collections.primitive declared as IntGapListModifier and TypeFieldDescriptionprivate static final IntGapList
IntGapList.EMPTY
Unmodifiable empty instance(package private) IntGapList
IntObjGapList.list
Methods in org.magicwerk.brownies.collections.primitive that return IntGapListModifier and TypeMethodDescriptionIntGapList.clone()
IntGapList.copy()
static IntGapList
IntGapList.create()
static IntGapList
IntGapList.create
(int... elems) Create new list with specified elements.static IntGapList
IntGapList.create
(Collection<Integer> coll) Create new list with specified elements.IntGapList.crop()
IntGapList.doCreate
(int capacity) static IntGapList
IntGapList.EMPTY()
IntGapList.getAll
(int elem) IntGapList.getAll
(int index, int len) static IntGapList
IntGapList.immutable
(int... elems) Create new immutable list with specified elements.static IntGapList
IntGapList.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 IntGapListModifierConstructorDescriptionprotected
IntGapList
(boolean copy, IntGapList that) Constructor used internally, e.g.protected
ReadOnlyList
(IntGapList that) Private constructor used internally.