Serializable, Comparable<ImmutableIntSetFactoryImpl>, ImmutableIntSetFactorypublic enum ImmutableIntSetFactoryImpl extends Enum<ImmutableIntSetFactoryImpl> implements ImmutableIntSetFactory
ImmutableIntSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
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()
ImmutableIntSetFactoryImmutableIntSetFactory.empty().of in interface ImmutableIntSetFactorypublic ImmutableIntSet with()
ImmutableIntSetFactoryImmutableIntSetFactory.empty().with in interface ImmutableIntSetFactorypublic ImmutableIntSet of(int one)
ImmutableIntSetFactoryImmutableIntSetFactory.with(int).of in interface ImmutableIntSetFactorypublic ImmutableIntSet with(int one)
with in interface ImmutableIntSetFactorypublic ImmutableIntSet of(int... items)
ImmutableIntSetFactoryImmutableIntSetFactory.with(int[]).of in interface ImmutableIntSetFactorypublic ImmutableIntSet with(int... items)
with in interface ImmutableIntSetFactorypublic ImmutableIntSet ofAll(IntIterable items)
ImmutableIntSetFactoryofAll in interface ImmutableIntSetFactorypublic ImmutableIntSet withAll(IntIterable items)
withAll in interface ImmutableIntSetFactorypublic ImmutableIntSet ofAll(Iterable<Integer> iterable)
ImmutableIntSetFactory#withAll(IterableInteger).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.