Serializable, Comparable<ImmutableLongBagFactoryImpl>, ImmutableLongBagFactorypublic enum ImmutableLongBagFactoryImpl extends Enum<ImmutableLongBagFactoryImpl> implements ImmutableLongBagFactory
ImmutableLongBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
public static final ImmutableLongBagFactoryImpl INSTANCE
public static ImmutableLongBagFactoryImpl[] values()
for (ImmutableLongBagFactoryImpl c : ImmutableLongBagFactoryImpl.values()) System.out.println(c);
public static ImmutableLongBagFactoryImpl 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 ImmutableLongBag empty()
empty in interface ImmutableLongBagFactorypublic ImmutableLongBag of()
ImmutableLongBagFactoryImmutableLongBagFactory.empty().of in interface ImmutableLongBagFactorypublic ImmutableLongBag with()
ImmutableLongBagFactoryImmutableLongBagFactory.empty().with in interface ImmutableLongBagFactorypublic ImmutableLongBag of(long one)
ImmutableLongBagFactoryImmutableLongBagFactory.with(long).of in interface ImmutableLongBagFactorypublic ImmutableLongBag with(long one)
with in interface ImmutableLongBagFactorypublic ImmutableLongBag of(long... items)
ImmutableLongBagFactoryImmutableLongBagFactory.with(long[]).of in interface ImmutableLongBagFactorypublic ImmutableLongBag with(long... items)
with in interface ImmutableLongBagFactorypublic ImmutableLongBag ofAll(LongIterable items)
ImmutableLongBagFactoryofAll in interface ImmutableLongBagFactorypublic ImmutableLongBag withAll(LongIterable items)
withAll in interface ImmutableLongBagFactorypublic ImmutableLongBag ofAll(Iterable<Long> iterable)
ImmutableLongBagFactory#withAll(IterableLong).ofAll in interface ImmutableLongBagFactorypublic ImmutableLongBag withAll(Iterable<Long> iterable)
withAll in interface ImmutableLongBagFactorypublic ImmutableLongBag ofAll(LongStream items)
ofAll in interface ImmutableLongBagFactorypublic ImmutableLongBag withAll(LongStream items)
withAll in interface ImmutableLongBagFactoryCopyright © 2004–2019. All rights reserved.