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 ImmutableFloatSetFactory
public ImmutableFloatSet of()
ImmutableFloatSetFactory
ImmutableFloatSetFactory.empty()
.of
in interface ImmutableFloatSetFactory
public ImmutableFloatSet with()
ImmutableFloatSetFactory
ImmutableFloatSetFactory.empty()
.with
in interface ImmutableFloatSetFactory
public ImmutableFloatSet of(float one)
ImmutableFloatSetFactory
ImmutableFloatSetFactory.with(float)
.of
in interface ImmutableFloatSetFactory
public ImmutableFloatSet with(float one)
with
in interface ImmutableFloatSetFactory
public ImmutableFloatSet of(float... items)
ImmutableFloatSetFactory
of
in interface ImmutableFloatSetFactory
public ImmutableFloatSet with(float... items)
with
in interface ImmutableFloatSetFactory
public ImmutableFloatSet ofAll(FloatIterable items)
ImmutableFloatSetFactory
ofAll
in interface ImmutableFloatSetFactory
public ImmutableFloatSet withAll(FloatIterable items)
withAll
in interface ImmutableFloatSetFactory
Copyright © 2004–2016. All rights reserved.