Serializable, Comparable<ImmutableLongSetFactoryImpl>, ImmutableLongSetFactorypublic enum ImmutableLongSetFactoryImpl extends Enum<ImmutableLongSetFactoryImpl> implements ImmutableLongSetFactory
ImmutableLongSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
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()
ImmutableLongSetFactoryImmutableLongSetFactory.empty().of in interface ImmutableLongSetFactorypublic ImmutableLongSet with()
ImmutableLongSetFactoryImmutableLongSetFactory.empty().with in interface ImmutableLongSetFactorypublic ImmutableLongSet of(long one)
ImmutableLongSetFactoryImmutableLongSetFactory.with(long).of in interface ImmutableLongSetFactorypublic ImmutableLongSet with(long one)
with in interface ImmutableLongSetFactorypublic ImmutableLongSet of(long... items)
ImmutableLongSetFactoryImmutableLongSetFactory.with(long[]).of in interface ImmutableLongSetFactorypublic ImmutableLongSet with(long... items)
with in interface ImmutableLongSetFactorypublic ImmutableLongSet ofAll(LongIterable items)
ImmutableLongSetFactoryofAll in interface ImmutableLongSetFactorypublic ImmutableLongSet withAll(LongIterable items)
withAll in interface ImmutableLongSetFactorypublic ImmutableLongSet ofAll(Iterable<Long> iterable)
ImmutableLongSetFactory#withAll(IterableLong).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–2019. All rights reserved.