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