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 classAn immutable version of a GapList.Methods in org.magicwerk.brownies.collections.primitive that return FloatObjGapListModifier and TypeMethodDescriptionFloatObjGapList.clone()FloatObjGapList.copy()static FloatObjGapListFloatObjGapList.create()static FloatObjGapListstatic FloatObjGapListFloatObjGapList.create(Collection<? extends Float> elems) FloatObjGapList.immutableList()FloatObjGapList.unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type FloatObjGapListModifierConstructorDescriptionprotectedPrivate constructor used internally.