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