Uses of Class
org.magicwerk.brownies.collections.primitive.ShortGapList
Packages that use ShortGapList
Package
Description
This packages contains implementations of GapList and BigList for primitive data types.
-
Uses of ShortGapList in org.magicwerk.brownies.collections.primitive
Subclasses of ShortGapList 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 ofShortGapList
.Fields in org.magicwerk.brownies.collections.primitive declared as ShortGapListModifier and TypeFieldDescriptionprivate static final ShortGapList
ShortGapList.EMPTY
Unmodifiable empty instance(package private) ShortGapList
ShortObjGapList.list
Methods in org.magicwerk.brownies.collections.primitive that return ShortGapListModifier and TypeMethodDescriptionShortGapList.clone()
ShortGapList.copy()
static ShortGapList
ShortGapList.create()
static ShortGapList
ShortGapList.create
(short... elems) Create new list with specified elements.static ShortGapList
ShortGapList.create
(Collection<Short> coll) Create new list with specified elements.ShortGapList.crop()
ShortGapList.doCreate
(int capacity) static ShortGapList
ShortGapList.EMPTY()
ShortGapList.getAll
(int index, int len) ShortGapList.getAll
(short elem) static ShortGapList
ShortGapList.immutable
(short... elems) Create new immutable list with specified elements.static ShortGapList
ShortGapList.immutable
(Collection<Short> coll) Create new immutable list with specified elements.ShortGapList.immutableList()
ShortGapList.unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type ShortGapListModifierConstructorDescriptionprotected
ReadOnlyList
(ShortGapList that) Private constructor used internally.protected
ShortGapList
(boolean copy, ShortGapList that) Constructor used internally, e.g.