Uses of Class
org.magicwerk.brownies.collections.primitive.ShortBigList
Packages that use ShortBigList
Package
Description
This packages contains implementations of GapList and BigList for primitive data types.
-
Uses of ShortBigList in org.magicwerk.brownies.collections.primitive
Subclasses of ShortBigList in org.magicwerk.brownies.collections.primitiveModifier and TypeClassDescriptionprotected static classA read-only version of.invalid reference
Key1ListFields in org.magicwerk.brownies.collections.primitive declared as ShortBigListModifier and TypeFieldDescriptionprivate static final ShortBigListShortBigList.EMPTYUnmodifiable empty instance(package private) ShortBigListShortObjBigList.listMethods in org.magicwerk.brownies.collections.primitive that return ShortBigListModifier and TypeMethodDescriptionShortBigList.clone()Returns a shallow copy of this list.ShortBigList.copy()Returns a shallow copy of this list.static ShortBigListShortBigList.create()static ShortBigListShortBigList.create(short... elems) Create new list with specified elements.static ShortBigListShortBigList.create(Collection<Short> coll) Create new list with specified elements.ShortBigList.crop()static ShortBigListShortBigList.EMPTY()ShortBigList.immutableList()ShortBigList.unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type ShortBigListModifierConstructorDescriptionprotectedPrivate constructor used internally.protectedShortBigList(boolean copy, ShortBigList that) Constructor used internally, e.g.