ImmutableIntListFactorypublic class ImmutableIntListFactoryImpl extends Object implements ImmutableIntListFactory
ImmutableIntList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Constructor | Description |
|---|---|
ImmutableIntListFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableIntList |
empty() |
|
ImmutableIntList |
of() |
Same as
ImmutableIntListFactory.empty(). |
ImmutableIntList |
of(int one) |
Same as
ImmutableIntListFactory.with(int). |
ImmutableIntList |
of(int... items) |
Same as
ImmutableIntListFactory.with(int[]). |
ImmutableIntList |
ofAll(IntIterable items) |
|
ImmutableIntList |
with() |
Same as
ImmutableIntListFactory.empty(). |
ImmutableIntList |
with(int one) |
|
ImmutableIntList |
with(int... items) |
|
ImmutableIntList |
withAll(IntIterable items) |
public ImmutableIntList empty()
empty in interface ImmutableIntListFactorypublic ImmutableIntList of()
ImmutableIntListFactoryImmutableIntListFactory.empty().of in interface ImmutableIntListFactorypublic ImmutableIntList with()
ImmutableIntListFactoryImmutableIntListFactory.empty().with in interface ImmutableIntListFactorypublic ImmutableIntList of(int one)
ImmutableIntListFactoryImmutableIntListFactory.with(int).of in interface ImmutableIntListFactorypublic ImmutableIntList with(int one)
with in interface ImmutableIntListFactorypublic ImmutableIntList of(int... items)
ImmutableIntListFactoryImmutableIntListFactory.with(int[]).of in interface ImmutableIntListFactorypublic ImmutableIntList with(int... items)
with in interface ImmutableIntListFactorypublic ImmutableIntList ofAll(IntIterable items)
ImmutableIntListFactoryofAll in interface ImmutableIntListFactorypublic ImmutableIntList withAll(IntIterable items)
withAll in interface ImmutableIntListFactoryCopyright © 2004–2017. All rights reserved.