Uses of Class
org.magicwerk.brownies.collections.primitive.FloatObjGapList
Packages that use FloatObjGapList
Package
Description
This packages contains implementations of GapList and BigList for primitive data types.
-
Uses of FloatObjGapList in org.magicwerk.brownies.collections.primitive
Subclasses of FloatObjGapList 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 FloatObjGapListModifier and TypeMethodDescriptionFloatObjGapList.clone()
FloatObjGapList.copy()
static FloatObjGapList
FloatObjGapList.create()
static FloatObjGapList
static FloatObjGapList
FloatObjGapList.create
(Collection<? extends Float> elems) FloatObjGapList.immutableList()
FloatObjGapList.unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type FloatObjGapListModifierConstructorDescriptionprotected
Private constructor used internally.