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 classAn immutable version of a GapList.Methods in org.magicwerk.brownies.collections.primitive that return ShortObjGapListModifier and TypeMethodDescriptionShortObjGapList.clone()ShortObjGapList.copy()static ShortObjGapListShortObjGapList.create()static ShortObjGapListstatic ShortObjGapListShortObjGapList.create(Collection<? extends Short> elems) ShortObjGapList.immutableList()ShortObjGapList.unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type ShortObjGapListModifierConstructorDescriptionprotectedPrivate constructor used internally.