public interface MutableFloatSetFactory
MutableFloatSet.
This file was automatically generated from template file mutablePrimitiveSetFactory.stg.| Modifier and Type | Method and Description |
|---|---|
MutableFloatSet |
empty() |
MutableFloatSet |
of()
Same as
empty(). |
MutableFloatSet |
of(float... items)
Same as
with(float[]). |
MutableFloatSet |
ofAll(FloatIterable items)
Same as
withAll(FloatIterable). |
MutableFloatSet |
ofAll(Iterable<Float> iterable)
Same as
withAll(Iterable). |
MutableFloatSet |
with()
Same as
empty(). |
MutableFloatSet |
with(float... items) |
MutableFloatSet |
withAll(FloatIterable items) |
MutableFloatSet |
withAll(Iterable<Float> iterable) |
default MutableFloatSet |
withInitialCapacity(int capacity)
Same as
empty(). |
MutableFloatSet empty()
MutableFloatSet of()
empty().MutableFloatSet with()
empty().default MutableFloatSet withInitialCapacity(int capacity)
empty(). but takes in an initial capacityMutableFloatSet of(float... items)
with(float[]).MutableFloatSet with(float... items)
MutableFloatSet ofAll(FloatIterable items)
withAll(FloatIterable).MutableFloatSet withAll(FloatIterable items)
MutableFloatSet ofAll(Iterable<Float> iterable)
withAll(Iterable).MutableFloatSet withAll(Iterable<Float> iterable)
Copyright © 2004–2022. All rights reserved.