MutableLongListFactorypublic enum MutableLongListFactoryImpl extends java.lang.Enum<MutableLongListFactoryImpl> implements MutableLongListFactory
MutableLongList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableLongList |
empty() |
|
MutableLongList |
of() |
Same as
MutableLongListFactory.empty(). |
MutableLongList |
of(long... items) |
Same as
MutableLongListFactory.with(long[]). |
MutableLongList |
ofAll(java.util.stream.LongStream items) |
|
MutableLongList |
ofAll(LongIterable items) |
|
static MutableLongListFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MutableLongListFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableLongList |
with() |
Same as
MutableLongListFactory.empty(). |
MutableLongList |
with(long... items) |
|
MutableLongList |
withAll(java.util.stream.LongStream items) |
|
MutableLongList |
withAll(LongIterable items) |
public static final MutableLongListFactoryImpl INSTANCE
public static MutableLongListFactoryImpl[] values()
for (MutableLongListFactoryImpl c : MutableLongListFactoryImpl.values()) System.out.println(c);
public static MutableLongListFactoryImpl 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 MutableLongList empty()
empty in interface MutableLongListFactorypublic MutableLongList of()
MutableLongListFactoryMutableLongListFactory.empty().of in interface MutableLongListFactorypublic MutableLongList with()
MutableLongListFactoryMutableLongListFactory.empty().with in interface MutableLongListFactorypublic MutableLongList of(long... items)
MutableLongListFactoryMutableLongListFactory.with(long[]).of in interface MutableLongListFactorypublic MutableLongList with(long... items)
with in interface MutableLongListFactorypublic MutableLongList ofAll(LongIterable items)
MutableLongListFactoryofAll in interface MutableLongListFactorypublic MutableLongList withAll(LongIterable items)
withAll in interface MutableLongListFactorypublic MutableLongList ofAll(java.util.stream.LongStream items)
ofAll in interface MutableLongListFactorypublic MutableLongList withAll(java.util.stream.LongStream items)
withAll in interface MutableLongListFactoryCopyright © 2004–2018. All rights reserved.