public enum MutableLongBagFactoryImpl extends Enum<MutableLongBagFactoryImpl> implements MutableLongBagFactory
MutableLongBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableLongBag |
empty() |
MutableLongBag |
of() |
MutableLongBag |
of(long... items) |
MutableLongBag |
ofAll(Iterable<Long> iterable) |
MutableLongBag |
ofAll(LongIterable items) |
MutableLongBag |
ofAll(LongStream items) |
static MutableLongBagFactoryImpl |
valueOf(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() |
MutableLongBag |
with(long... items) |
MutableLongBag |
withAll(Iterable<Long> iterable) |
MutableLongBag |
withAll(LongIterable items) |
MutableLongBag |
withAll(LongStream items) |
public static final MutableLongBagFactoryImpl INSTANCE
public static MutableLongBagFactoryImpl[] values()
for (MutableLongBagFactoryImpl c : MutableLongBagFactoryImpl.values()) System.out.println(c);
public static MutableLongBagFactoryImpl 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 MutableLongBag empty()
empty in interface MutableLongBagFactorypublic MutableLongBag of()
of in interface MutableLongBagFactorypublic MutableLongBag with()
with in interface MutableLongBagFactorypublic MutableLongBag of(long... items)
of in interface MutableLongBagFactorypublic MutableLongBag with(long... items)
with in interface MutableLongBagFactorypublic MutableLongBag ofAll(LongIterable items)
ofAll in interface MutableLongBagFactorypublic MutableLongBag withAll(LongIterable items)
withAll in interface MutableLongBagFactorypublic MutableLongBag ofAll(Iterable<Long> iterable)
ofAll in interface MutableLongBagFactorypublic MutableLongBag withAll(Iterable<Long> iterable)
withAll in interface MutableLongBagFactorypublic MutableLongBag ofAll(LongStream items)
ofAll in interface MutableLongBagFactorypublic MutableLongBag withAll(LongStream items)
withAll in interface MutableLongBagFactoryCopyright © 2004–2019. All rights reserved.