Uses of Class
org.magicwerk.brownies.collections.primitive.ShortBigList
-
Packages that use ShortBigList Package Description org.magicwerk.brownies.collections.primitive 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.primitive Modifier and Type Class Description protected static class
ShortBigList.ReadOnlyShortBigList
A read-only version ofKey1List
.Fields in org.magicwerk.brownies.collections.primitive declared as ShortBigList Modifier and Type Field Description private static ShortBigList
ShortBigList. EMPTY
Unmodifiable empty instance(package private) ShortBigList
ShortObjBigList. list
Methods in org.magicwerk.brownies.collections.primitive that return ShortBigList Modifier and Type Method Description ShortBigList
ShortBigList. clone()
Returns a shallow copy of this list.ShortBigList
ShortBigList. copy()
Returns a shallow copy of this list.static ShortBigList
ShortBigList. create()
static ShortBigList
ShortBigList. create(short... elems)
Create new list with specified elements.static ShortBigList
ShortBigList. create(java.util.Collection<java.lang.Short> coll)
Create new list with specified elements.ShortBigList
ShortBigList. crop()
static ShortBigList
ShortBigList. EMPTY()
ShortBigList
ShortBigList. immutableList()
ShortBigList
ShortBigList. unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type ShortBigList Constructor Description ReadOnlyShortBigList(ShortBigList that)
Private constructor used internally.ShortBigList(boolean copy, ShortBigList that)
Constructor used internally, e.g.
-