java.io.Serializable, java.lang.Comparable<MutableIntSetFactoryImpl>, MutableIntSetFactorypublic enum MutableIntSetFactoryImpl extends java.lang.Enum<MutableIntSetFactoryImpl> implements MutableIntSetFactory
MutableIntSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableIntSet |
empty() |
|
MutableIntSet |
of() |
Same as
MutableIntSetFactory.empty(). |
MutableIntSet |
of(int... items) |
Same as
MutableIntSetFactory.with(int[]). |
MutableIntSet |
ofAll(java.lang.Iterable<java.lang.Integer> iterable) |
Same as
#withAll(IterableInteger). |
MutableIntSet |
ofAll(java.util.stream.IntStream items) |
|
MutableIntSet |
ofAll(IntIterable items) |
|
static MutableIntSetFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableIntSetFactory.empty(). |
MutableIntSet |
with(int... items) |
|
MutableIntSet |
withAll(java.lang.Iterable<java.lang.Integer> iterable) |
|
MutableIntSet |
withAll(java.util.stream.IntStream items) |
|
MutableIntSet |
withAll(IntIterable items) |
public static final MutableIntSetFactoryImpl INSTANCE
public static MutableIntSetFactoryImpl[] values()
for (MutableIntSetFactoryImpl c : MutableIntSetFactoryImpl.values()) System.out.println(c);
public static MutableIntSetFactoryImpl 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 MutableIntSet empty()
empty in interface MutableIntSetFactorypublic MutableIntSet of()
MutableIntSetFactoryMutableIntSetFactory.empty().of in interface MutableIntSetFactorypublic MutableIntSet with()
MutableIntSetFactoryMutableIntSetFactory.empty().with in interface MutableIntSetFactorypublic MutableIntSet of(int... items)
MutableIntSetFactoryMutableIntSetFactory.with(int[]).of in interface MutableIntSetFactorypublic MutableIntSet with(int... items)
with in interface MutableIntSetFactorypublic MutableIntSet ofAll(IntIterable items)
MutableIntSetFactoryofAll in interface MutableIntSetFactorypublic MutableIntSet withAll(IntIterable items)
withAll in interface MutableIntSetFactorypublic MutableIntSet ofAll(java.lang.Iterable<java.lang.Integer> iterable)
MutableIntSetFactory#withAll(IterableInteger).ofAll in interface MutableIntSetFactorypublic MutableIntSet withAll(java.lang.Iterable<java.lang.Integer> iterable)
withAll in interface MutableIntSetFactorypublic MutableIntSet ofAll(java.util.stream.IntStream items)
ofAll in interface MutableIntSetFactorypublic MutableIntSet withAll(java.util.stream.IntStream items)
withAll in interface MutableIntSetFactoryCopyright © 2004–2020. All rights reserved.