Uses of Class
org.magicwerk.brownies.collections.primitive.ShortObjGapList
Packages that use ShortObjGapList
Package
Description
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.primitiveModifier and TypeClassDescriptionprotected static class
An immutable version of a GapList.Methods in org.magicwerk.brownies.collections.primitive that return ShortObjGapListModifier and TypeMethodDescriptionShortObjGapList.clone()
ShortObjGapList.copy()
static ShortObjGapList
ShortObjGapList.create()
static ShortObjGapList
static ShortObjGapList
ShortObjGapList.create
(Collection<? extends Short> elems) ShortObjGapList.immutableList()
ShortObjGapList.unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type ShortObjGapListModifierConstructorDescriptionprotected
Private constructor used internally.