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