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