public enum ImmutableLongSetFactoryImpl extends Enum<ImmutableLongSetFactoryImpl> implements ImmutableLongSetFactory
ImmutableLongSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongSet |
empty() |
ImmutableLongSet |
of() |
ImmutableLongSet |
of(long... items) |
ImmutableLongSet |
of(long one) |
ImmutableLongSet |
ofAll(Iterable<Long> iterable) |
ImmutableLongSet |
ofAll(LongIterable items) |
ImmutableLongSet |
ofAll(LongStream items) |
static ImmutableLongSetFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableLongSetFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableLongSet |
with() |
ImmutableLongSet |
with(long... items) |
ImmutableLongSet |
with(long one) |
ImmutableLongSet |
withAll(Iterable<Long> iterable) |
ImmutableLongSet |
withAll(LongIterable items) |
ImmutableLongSet |
withAll(LongStream items) |
public static final ImmutableLongSetFactoryImpl INSTANCE
public static ImmutableLongSetFactoryImpl[] values()
for (ImmutableLongSetFactoryImpl c : ImmutableLongSetFactoryImpl.values()) System.out.println(c);
public static ImmutableLongSetFactoryImpl 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 ImmutableLongSet empty()
empty in interface ImmutableLongSetFactorypublic ImmutableLongSet of()
of in interface ImmutableLongSetFactorypublic ImmutableLongSet with()
with in interface ImmutableLongSetFactorypublic ImmutableLongSet of(long one)
of in interface ImmutableLongSetFactorypublic ImmutableLongSet with(long one)
with in interface ImmutableLongSetFactorypublic ImmutableLongSet of(long... items)
of in interface ImmutableLongSetFactorypublic ImmutableLongSet with(long... items)
with in interface ImmutableLongSetFactorypublic ImmutableLongSet ofAll(LongIterable items)
ofAll in interface ImmutableLongSetFactorypublic ImmutableLongSet withAll(LongIterable items)
withAll in interface ImmutableLongSetFactorypublic ImmutableLongSet ofAll(Iterable<Long> iterable)
ofAll in interface ImmutableLongSetFactorypublic ImmutableLongSet withAll(Iterable<Long> iterable)
withAll in interface ImmutableLongSetFactorypublic ImmutableLongSet ofAll(LongStream items)
ofAll in interface ImmutableLongSetFactorypublic ImmutableLongSet withAll(LongStream items)
withAll in interface ImmutableLongSetFactoryCopyright © 2004–2021. All rights reserved.