Uses of Class
org.magicwerk.brownies.collections.primitive.ShortGapList
-
Packages that use ShortGapList Package Description org.magicwerk.brownies.collections.primitive 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.primitive Modifier and Type Class Description (package private) static classShortBigList.ShortBlockA block stores in maximum blockSize number of elements.protected static classShortGapList.ReadOnlyListA read-only version ofShortGapList.Fields in org.magicwerk.brownies.collections.primitive declared as ShortGapList Modifier and Type Field Description private static ShortGapListShortGapList. EMPTYUnmodifiable empty instance(package private) ShortGapListShortObjGapList. listMethods in org.magicwerk.brownies.collections.primitive that return ShortGapList Modifier and Type Method Description ShortGapListShortGapList. clone()ShortGapListShortGapList. copy()static ShortGapListShortGapList. create()static ShortGapListShortGapList. create(short... elems)Create new list with specified elements.static ShortGapListShortGapList. create(java.util.Collection<java.lang.Short> coll)Create new list with specified elements.ShortGapListShortGapList. crop()ShortGapListShortGapList. doCreate(int capacity)static ShortGapListShortGapList. EMPTY()ShortGapListShortGapList. getAll(int index, int len)ShortGapListShortGapList. getAll(short elem)static ShortGapListShortGapList. immutable(short... elems)Create new immutable list with specified elements.static ShortGapListShortGapList. immutable(java.util.Collection<java.lang.Short> coll)Create new immutable list with specified elements.ShortGapListShortGapList. immutableList()ShortGapListShortGapList. unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type ShortGapList Constructor Description ReadOnlyList(ShortGapList that)Private constructor used internally.ShortGapList(boolean copy, ShortGapList that)Constructor used internally, e.g.
-