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 classShortBigList.ReadOnlyShortBigListA read-only version ofKey1List.Fields in org.magicwerk.brownies.collections.primitive declared as ShortBigList Modifier and Type Field Description private static ShortBigListShortBigList. EMPTYUnmodifiable empty instance(package private) ShortBigListShortObjBigList. listMethods in org.magicwerk.brownies.collections.primitive that return ShortBigList Modifier and Type Method Description ShortBigListShortBigList. clone()Returns a shallow copy of this list.ShortBigListShortBigList. 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(java.util.Collection<java.lang.Short> coll)Create new list with specified elements.ShortBigListShortBigList. crop()static ShortBigListShortBigList. EMPTY()ShortBigListShortBigList. immutableList()ShortBigListShortBigList. 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.
-