public class ImmutableIntListFactoryImpl extends Object implements ImmutableIntListFactory
ImmutableIntList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableIntListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntList |
of()
Same as
ImmutableIntListFactory.with(). |
ImmutableIntList |
of(int... items)
Same as
ImmutableIntListFactory.with(int[]). |
ImmutableIntList |
of(int one)
Same as
ImmutableIntListFactory.with(int). |
ImmutableIntList |
ofAll(IntIterable items)
|
ImmutableIntList |
with() |
ImmutableIntList |
with(int... items) |
ImmutableIntList |
with(int one) |
ImmutableIntList |
withAll(IntIterable items) |
public ImmutableIntList of()
ImmutableIntListFactoryImmutableIntListFactory.with().of in interface ImmutableIntListFactorypublic ImmutableIntList with()
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.