public enum MutableIntListFactoryImpl extends Enum<MutableIntListFactoryImpl> implements MutableIntListFactory
MutableIntList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableIntList |
empty() |
MutableIntList |
of() |
MutableIntList |
of(int... items) |
MutableIntList |
ofAll(IntIterable items) |
MutableIntList |
ofAll(IntStream items) |
MutableIntList |
ofAll(Iterable<Integer> iterable) |
static MutableIntListFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MutableIntListFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableIntList |
with() |
MutableIntList |
with(int... items) |
MutableIntList |
withAll(IntIterable items) |
MutableIntList |
withAll(IntStream items) |
MutableIntList |
withAll(Iterable<Integer> iterable) |
public static final MutableIntListFactoryImpl INSTANCE
public static MutableIntListFactoryImpl[] values()
for (MutableIntListFactoryImpl c : MutableIntListFactoryImpl.values()) System.out.println(c);
public static MutableIntListFactoryImpl 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 MutableIntList empty()
empty in interface MutableIntListFactorypublic MutableIntList of()
of in interface MutableIntListFactorypublic MutableIntList with()
with in interface MutableIntListFactorypublic MutableIntList of(int... items)
of in interface MutableIntListFactorypublic MutableIntList with(int... items)
with in interface MutableIntListFactorypublic MutableIntList ofAll(IntIterable items)
ofAll in interface MutableIntListFactorypublic MutableIntList withAll(IntIterable items)
withAll in interface MutableIntListFactorypublic MutableIntList ofAll(Iterable<Integer> iterable)
ofAll in interface MutableIntListFactorypublic MutableIntList withAll(Iterable<Integer> iterable)
withAll in interface MutableIntListFactorypublic MutableIntList ofAll(IntStream items)
ofAll in interface MutableIntListFactorypublic MutableIntList withAll(IntStream items)
withAll in interface MutableIntListFactoryCopyright © 2004–2019. All rights reserved.