public class ImmutableFloatSetFactoryImpl extends Object implements ImmutableFloatSetFactory
ImmutableFloatSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableFloatSetFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableFloatSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatSet |
empty() |
ImmutableFloatSet |
of() |
ImmutableFloatSet |
of(float... items) |
ImmutableFloatSet |
of(float one) |
ImmutableFloatSet |
ofAll(FloatIterable items) |
ImmutableFloatSet |
ofAll(Iterable<Float> iterable) |
ImmutableFloatSet |
with() |
ImmutableFloatSet |
with(float... items) |
ImmutableFloatSet |
with(float one) |
ImmutableFloatSet |
withAll(FloatIterable items) |
ImmutableFloatSet |
withAll(Iterable<Float> iterable) |
public static final ImmutableFloatSetFactory INSTANCE
public ImmutableFloatSet empty()
empty in interface ImmutableFloatSetFactorypublic ImmutableFloatSet of()
of in interface ImmutableFloatSetFactorypublic ImmutableFloatSet with()
with in interface ImmutableFloatSetFactorypublic ImmutableFloatSet of(float one)
of in interface ImmutableFloatSetFactorypublic ImmutableFloatSet with(float one)
with in interface ImmutableFloatSetFactorypublic ImmutableFloatSet of(float... items)
of in interface ImmutableFloatSetFactorypublic ImmutableFloatSet with(float... items)
with in interface ImmutableFloatSetFactorypublic ImmutableFloatSet ofAll(FloatIterable items)
ofAll in interface ImmutableFloatSetFactorypublic ImmutableFloatSet withAll(FloatIterable items)
withAll in interface ImmutableFloatSetFactorypublic ImmutableFloatSet ofAll(Iterable<Float> iterable)
ofAll in interface ImmutableFloatSetFactorypublic ImmutableFloatSet withAll(Iterable<Float> iterable)
withAll in interface ImmutableFloatSetFactoryCopyright © 2004–2022. All rights reserved.