public class ImmutableFloatBagFactoryImpl extends Object implements ImmutableFloatBagFactory
ImmutableFloatBag.
 This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Constructor and Description | 
|---|
ImmutableFloatBagFactoryImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
ImmutableFloatBag | 
empty()  | 
ImmutableFloatBag | 
of()
Same as  
ImmutableFloatBagFactory.empty(). | 
ImmutableFloatBag | 
of(float... items)
 | 
ImmutableFloatBag | 
of(float one)
Same as  
ImmutableFloatBagFactory.with(float). | 
ImmutableFloatBag | 
ofAll(FloatIterable items)
 | 
ImmutableFloatBag | 
with()
Same as  
ImmutableFloatBagFactory.empty(). | 
ImmutableFloatBag | 
with(float... items)  | 
ImmutableFloatBag | 
with(float one)  | 
ImmutableFloatBag | 
withAll(FloatIterable items)  | 
public ImmutableFloatBag empty()
empty in interface ImmutableFloatBagFactorypublic ImmutableFloatBag of()
ImmutableFloatBagFactoryImmutableFloatBagFactory.empty().of in interface ImmutableFloatBagFactorypublic ImmutableFloatBag with()
ImmutableFloatBagFactoryImmutableFloatBagFactory.empty().with in interface ImmutableFloatBagFactorypublic ImmutableFloatBag of(float one)
ImmutableFloatBagFactoryImmutableFloatBagFactory.with(float).of in interface ImmutableFloatBagFactorypublic ImmutableFloatBag with(float one)
with in interface ImmutableFloatBagFactorypublic ImmutableFloatBag of(float... items)
ImmutableFloatBagFactoryof in interface ImmutableFloatBagFactorypublic ImmutableFloatBag with(float... items)
with in interface ImmutableFloatBagFactorypublic ImmutableFloatBag ofAll(FloatIterable items)
ImmutableFloatBagFactoryofAll in interface ImmutableFloatBagFactorypublic ImmutableFloatBag withAll(FloatIterable items)
withAll in interface ImmutableFloatBagFactoryCopyright © 2004–2016. All rights reserved.