Uses of Class
org.magicwerk.brownies.collections.primitive.ShortObjGapList
-
Packages that use ShortObjGapList Package Description org.magicwerk.brownies.collections.primitive This packages contains implementations of GapList and BigList for primitive data types. -
-
Uses of ShortObjGapList in org.magicwerk.brownies.collections.primitive
Subclasses of ShortObjGapList in org.magicwerk.brownies.collections.primitive Modifier and Type Class Description protected static class
ShortObjGapList.ImmutableShortObjGapList
An immutable version of a GapList.Methods in org.magicwerk.brownies.collections.primitive that return ShortObjGapList Modifier and Type Method Description ShortObjGapList
ShortObjGapList. clone()
ShortObjGapList
ShortObjGapList. copy()
static ShortObjGapList
ShortObjGapList. create()
static ShortObjGapList
ShortObjGapList. create(java.lang.Short... elems)
static ShortObjGapList
ShortObjGapList. create(java.util.Collection<? extends java.lang.Short> elems)
ShortObjGapList
ShortObjGapList. immutableList()
ShortObjGapList
ShortObjGapList. unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type ShortObjGapList Constructor Description ImmutableShortObjGapList(ShortObjGapList that)
Private constructor used internally.
-