Serializable, Comparable<ImmutableIntBagFactoryImpl>, ImmutableIntBagFactorypublic enum ImmutableIntBagFactoryImpl extends Enum<ImmutableIntBagFactoryImpl> implements ImmutableIntBagFactory
ImmutableIntBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
public static final ImmutableIntBagFactoryImpl INSTANCE
public static ImmutableIntBagFactoryImpl[] values()
for (ImmutableIntBagFactoryImpl c : ImmutableIntBagFactoryImpl.values()) System.out.println(c);
public static ImmutableIntBagFactoryImpl 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 ImmutableIntBag empty()
empty in interface ImmutableIntBagFactorypublic ImmutableIntBag of()
ImmutableIntBagFactoryImmutableIntBagFactory.empty().of in interface ImmutableIntBagFactorypublic ImmutableIntBag with()
ImmutableIntBagFactoryImmutableIntBagFactory.empty().with in interface ImmutableIntBagFactorypublic ImmutableIntBag of(int one)
ImmutableIntBagFactoryImmutableIntBagFactory.with(int).of in interface ImmutableIntBagFactorypublic ImmutableIntBag with(int one)
with in interface ImmutableIntBagFactorypublic ImmutableIntBag of(int... items)
ImmutableIntBagFactoryImmutableIntBagFactory.with(int[]).of in interface ImmutableIntBagFactorypublic ImmutableIntBag with(int... items)
with in interface ImmutableIntBagFactorypublic ImmutableIntBag ofAll(IntIterable items)
ImmutableIntBagFactoryofAll in interface ImmutableIntBagFactorypublic ImmutableIntBag withAll(IntIterable items)
withAll in interface ImmutableIntBagFactorypublic ImmutableIntBag ofAll(Iterable<Integer> iterable)
ImmutableIntBagFactory#withAll(IterableInteger).ofAll in interface ImmutableIntBagFactorypublic ImmutableIntBag withAll(Iterable<Integer> iterable)
withAll in interface ImmutableIntBagFactorypublic ImmutableIntBag ofAll(IntStream items)
ofAll in interface ImmutableIntBagFactorypublic ImmutableIntBag withAll(IntStream items)
withAll in interface ImmutableIntBagFactoryCopyright © 2004–2019. All rights reserved.