public class MutableFloatBagFactoryImpl extends Object implements org.eclipse.collections.api.factory.bag.primitive.MutableFloatBagFactory
MutableFloatBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Constructor and Description |
|---|
MutableFloatBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.bag.primitive.MutableFloatBag |
empty() |
org.eclipse.collections.api.bag.primitive.MutableFloatBag |
of() |
org.eclipse.collections.api.bag.primitive.MutableFloatBag |
of(float... items) |
org.eclipse.collections.api.bag.primitive.MutableFloatBag |
ofAll(org.eclipse.collections.api.FloatIterable items) |
org.eclipse.collections.api.bag.primitive.MutableFloatBag |
with() |
org.eclipse.collections.api.bag.primitive.MutableFloatBag |
with(float... items) |
org.eclipse.collections.api.bag.primitive.MutableFloatBag |
withAll(org.eclipse.collections.api.FloatIterable items) |
public org.eclipse.collections.api.bag.primitive.MutableFloatBag empty()
empty in interface org.eclipse.collections.api.factory.bag.primitive.MutableFloatBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableFloatBag of()
of in interface org.eclipse.collections.api.factory.bag.primitive.MutableFloatBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableFloatBag with()
with in interface org.eclipse.collections.api.factory.bag.primitive.MutableFloatBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableFloatBag of(float... items)
of in interface org.eclipse.collections.api.factory.bag.primitive.MutableFloatBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableFloatBag with(float... items)
with in interface org.eclipse.collections.api.factory.bag.primitive.MutableFloatBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableFloatBag ofAll(org.eclipse.collections.api.FloatIterable items)
ofAll in interface org.eclipse.collections.api.factory.bag.primitive.MutableFloatBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableFloatBag withAll(org.eclipse.collections.api.FloatIterable items)
withAll in interface org.eclipse.collections.api.factory.bag.primitive.MutableFloatBagFactoryCopyright © 2004–2018. All rights reserved.