java.io.Serializable, java.lang.Comparable<MutableIntListFactoryImpl>, MutableIntListFactorypublic enum MutableIntListFactoryImpl extends java.lang.Enum<MutableIntListFactoryImpl> implements MutableIntListFactory
MutableIntList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableIntList |
empty() |
|
MutableIntList |
of() |
Same as
MutableIntListFactory.empty(). |
MutableIntList |
of(int... items) |
Same as
MutableIntListFactory.with(int[]). |
MutableIntList |
ofAll(java.lang.Iterable<java.lang.Integer> iterable) |
Same as
#withAll(IterableInteger). |
MutableIntList |
ofAll(java.util.stream.IntStream items) |
|
MutableIntList |
ofAll(IntIterable items) |
|
static MutableIntListFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableIntListFactory.empty(). |
MutableIntList |
with(int... items) |
|
MutableIntList |
withAll(java.lang.Iterable<java.lang.Integer> iterable) |
|
MutableIntList |
withAll(java.util.stream.IntStream items) |
|
MutableIntList |
withAll(IntIterable items) |
public static final MutableIntListFactoryImpl INSTANCE
public static MutableIntListFactoryImpl[] values()
for (MutableIntListFactoryImpl c : MutableIntListFactoryImpl.values()) System.out.println(c);
public static MutableIntListFactoryImpl valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic MutableIntList empty()
empty in interface MutableIntListFactorypublic MutableIntList of()
MutableIntListFactoryMutableIntListFactory.empty().of in interface MutableIntListFactorypublic MutableIntList with()
MutableIntListFactoryMutableIntListFactory.empty().with in interface MutableIntListFactorypublic MutableIntList of(int... items)
MutableIntListFactoryMutableIntListFactory.with(int[]).of in interface MutableIntListFactorypublic MutableIntList with(int... items)
with in interface MutableIntListFactorypublic MutableIntList ofAll(IntIterable items)
MutableIntListFactoryofAll in interface MutableIntListFactorypublic MutableIntList withAll(IntIterable items)
withAll in interface MutableIntListFactorypublic MutableIntList ofAll(java.lang.Iterable<java.lang.Integer> iterable)
MutableIntListFactory#withAll(IterableInteger).ofAll in interface MutableIntListFactorypublic MutableIntList withAll(java.lang.Iterable<java.lang.Integer> iterable)
withAll in interface MutableIntListFactorypublic MutableIntList ofAll(java.util.stream.IntStream items)
ofAll in interface MutableIntListFactorypublic MutableIntList withAll(java.util.stream.IntStream items)
withAll in interface MutableIntListFactoryCopyright © 2004–2020. All rights reserved.