Uses of Class
org.magicwerk.brownies.collections.primitive.FloatGapList
Packages that use FloatGapList
Package
Description
This packages contains implementations of GapList and BigList for primitive data types.
-
Uses of FloatGapList in org.magicwerk.brownies.collections.primitive
Subclasses of FloatGapList in org.magicwerk.brownies.collections.primitiveModifier and TypeClassDescription(package private) static class
A block stores in maximum blockSize number of elements.protected static class
A read-only version ofFloatGapList
.Fields in org.magicwerk.brownies.collections.primitive declared as FloatGapListModifier and TypeFieldDescriptionprivate static final FloatGapList
FloatGapList.EMPTY
Unmodifiable empty instance(package private) FloatGapList
FloatObjGapList.list
Methods in org.magicwerk.brownies.collections.primitive that return FloatGapListModifier and TypeMethodDescriptionFloatGapList.clone()
FloatGapList.copy()
static FloatGapList
FloatGapList.create()
static FloatGapList
FloatGapList.create
(float... elems) Create new list with specified elements.static FloatGapList
FloatGapList.create
(Collection<Float> coll) Create new list with specified elements.FloatGapList.crop()
FloatGapList.doCreate
(int capacity) static FloatGapList
FloatGapList.EMPTY()
FloatGapList.getAll
(float elem) FloatGapList.getAll
(int index, int len) static FloatGapList
FloatGapList.immutable
(float... elems) Create new immutable list with specified elements.static FloatGapList
FloatGapList.immutable
(Collection<Float> coll) Create new immutable list with specified elements.FloatGapList.immutableList()
FloatGapList.unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type FloatGapListModifierConstructorDescriptionprotected
FloatGapList
(boolean copy, FloatGapList that) Constructor used internally, e.g.protected
ReadOnlyList
(FloatGapList that) Private constructor used internally.