public class ImmutableFloatSetFactoryImpl extends Object implements ImmutableFloatSetFactory
ImmutableFloatSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableFloatSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatSet |
empty() |
ImmutableFloatSet |
of()
Same as
ImmutableFloatSetFactory.empty(). |
ImmutableFloatSet |
of(float... items)
|
ImmutableFloatSet |
of(float one)
Same as
ImmutableFloatSetFactory.with(float). |
ImmutableFloatSet |
ofAll(FloatIterable items)
|
ImmutableFloatSet |
with()
Same as
ImmutableFloatSetFactory.empty(). |
ImmutableFloatSet |
with(float... items) |
ImmutableFloatSet |
with(float one) |
ImmutableFloatSet |
withAll(FloatIterable items) |
public ImmutableFloatSet empty()
empty in interface ImmutableFloatSetFactorypublic ImmutableFloatSet of()
ImmutableFloatSetFactoryImmutableFloatSetFactory.empty().of in interface ImmutableFloatSetFactorypublic ImmutableFloatSet with()
ImmutableFloatSetFactoryImmutableFloatSetFactory.empty().with in interface ImmutableFloatSetFactorypublic ImmutableFloatSet of(float one)
ImmutableFloatSetFactoryImmutableFloatSetFactory.with(float).of in interface ImmutableFloatSetFactorypublic ImmutableFloatSet with(float one)
with in interface ImmutableFloatSetFactorypublic ImmutableFloatSet of(float... items)
ImmutableFloatSetFactoryof in interface ImmutableFloatSetFactorypublic ImmutableFloatSet with(float... items)
with in interface ImmutableFloatSetFactorypublic ImmutableFloatSet ofAll(FloatIterable items)
ImmutableFloatSetFactoryofAll in interface ImmutableFloatSetFactorypublic ImmutableFloatSet withAll(FloatIterable items)
withAll in interface ImmutableFloatSetFactoryCopyright © 2004–2016. All rights reserved.