public interface MutableFloatBagFactory
MutableFloatBag
.
This file was automatically generated from template file mutablePrimitiveBagFactory.stg.Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
empty() |
MutableFloatBag |
of()
Same as
empty() . |
MutableFloatBag |
of(float... items)
Same as
with(float[]) . |
MutableFloatBag |
ofAll(FloatIterable items)
Same as
withAll(FloatIterable) . |
MutableFloatBag |
with()
Same as
empty() . |
MutableFloatBag |
with(float... items) |
MutableFloatBag |
withAll(FloatIterable items) |
MutableFloatBag empty()
MutableFloatBag of()
empty()
.MutableFloatBag with()
empty()
.MutableFloatBag of(float... items)
with(float[])
.MutableFloatBag with(float... items)
MutableFloatBag ofAll(FloatIterable items)
withAll(FloatIterable)
.MutableFloatBag withAll(FloatIterable items)
Copyright © 2004–2016. All rights reserved.