public enum ImmutableIntListFactoryImpl extends Enum<ImmutableIntListFactoryImpl> implements ImmutableIntListFactory
ImmutableIntList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntList |
empty() |
ImmutableIntList |
of() |
ImmutableIntList |
of(int... items) |
ImmutableIntList |
of(int one) |
ImmutableIntList |
ofAll(IntIterable items) |
ImmutableIntList |
ofAll(IntStream items) |
ImmutableIntList |
ofAll(Iterable<Integer> iterable) |
static ImmutableIntListFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableIntListFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableIntList |
with() |
ImmutableIntList |
with(int... items) |
ImmutableIntList |
with(int one) |
ImmutableIntList |
withAll(IntIterable items) |
ImmutableIntList |
withAll(IntStream items) |
ImmutableIntList |
withAll(Iterable<Integer> iterable) |
public static final ImmutableIntListFactoryImpl INSTANCE
public static ImmutableIntListFactoryImpl[] values()
for (ImmutableIntListFactoryImpl c : ImmutableIntListFactoryImpl.values()) System.out.println(c);
public static ImmutableIntListFactoryImpl valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic ImmutableIntList empty()
empty in interface ImmutableIntListFactorypublic ImmutableIntList of()
of in interface ImmutableIntListFactorypublic ImmutableIntList with()
with in interface ImmutableIntListFactorypublic ImmutableIntList of(int one)
of in interface ImmutableIntListFactorypublic ImmutableIntList with(int one)
with in interface ImmutableIntListFactorypublic ImmutableIntList of(int... items)
of in interface ImmutableIntListFactorypublic ImmutableIntList with(int... items)
with in interface ImmutableIntListFactorypublic ImmutableIntList ofAll(IntIterable items)
ofAll in interface ImmutableIntListFactorypublic ImmutableIntList withAll(IntIterable items)
withAll in interface ImmutableIntListFactorypublic ImmutableIntList ofAll(Iterable<Integer> iterable)
ofAll in interface ImmutableIntListFactorypublic ImmutableIntList withAll(Iterable<Integer> iterable)
withAll in interface ImmutableIntListFactorypublic ImmutableIntList ofAll(IntStream items)
ofAll in interface ImmutableIntListFactorypublic ImmutableIntList withAll(IntStream items)
withAll in interface ImmutableIntListFactoryCopyright © 2004–2020. All rights reserved.