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 classA block stores in maximum blockSize number of elements.protected static classA read-only version ofShortGapList.Fields in org.magicwerk.brownies.collections.primitive declared as ShortGapListModifier and TypeFieldDescriptionprivate static final ShortGapListShortGapList.EMPTYUnmodifiable empty instance(package private) ShortGapListShortObjGapList.listMethods in org.magicwerk.brownies.collections.primitive that return ShortGapListModifier and TypeMethodDescriptionShortGapList.clone()ShortGapList.copy()static ShortGapListShortGapList.create()static ShortGapListShortGapList.create(short... elems) Create new list with specified elements.static ShortGapListShortGapList.create(Collection<Short> coll) Create new list with specified elements.ShortGapList.crop()ShortGapList.doCreate(int capacity) static ShortGapListShortGapList.EMPTY()ShortGapList.getAll(int index, int len) ShortGapList.getAll(short elem) static ShortGapListShortGapList.immutable(short... elems) Create new immutable list with specified elements.static ShortGapListShortGapList.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 ShortGapListModifierConstructorDescriptionprotectedReadOnlyList(ShortGapList that) Private constructor used internally.protectedShortGapList(boolean copy, ShortGapList that) Constructor used internally, e.g.