public class ImmutableFloatListFactoryImpl extends Object implements ImmutableFloatListFactory
ImmutableFloatList
.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.Constructor and Description |
---|
ImmutableFloatListFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
ImmutableFloatList |
empty() |
ImmutableFloatList |
of()
Same as
ImmutableFloatListFactory.empty() . |
ImmutableFloatList |
of(float... items)
|
ImmutableFloatList |
of(float one)
|
ImmutableFloatList |
ofAll(FloatIterable items)
|
ImmutableFloatList |
with()
Same as
ImmutableFloatListFactory.empty() . |
ImmutableFloatList |
with(float... items) |
ImmutableFloatList |
with(float one) |
ImmutableFloatList |
withAll(FloatIterable items) |
public ImmutableFloatList empty()
empty
in interface ImmutableFloatListFactory
public ImmutableFloatList of()
ImmutableFloatListFactory
ImmutableFloatListFactory.empty()
.of
in interface ImmutableFloatListFactory
public ImmutableFloatList with()
ImmutableFloatListFactory
ImmutableFloatListFactory.empty()
.with
in interface ImmutableFloatListFactory
public ImmutableFloatList of(float one)
ImmutableFloatListFactory
of
in interface ImmutableFloatListFactory
public ImmutableFloatList with(float one)
with
in interface ImmutableFloatListFactory
public ImmutableFloatList of(float... items)
ImmutableFloatListFactory
of
in interface ImmutableFloatListFactory
public ImmutableFloatList with(float... items)
with
in interface ImmutableFloatListFactory
public ImmutableFloatList ofAll(FloatIterable items)
ImmutableFloatListFactory
ofAll
in interface ImmutableFloatListFactory
public ImmutableFloatList withAll(FloatIterable items)
withAll
in interface ImmutableFloatListFactory
Copyright © 2004–2016. All rights reserved.