Serializable, Comparable<ImmutableLongListFactoryImpl>, ImmutableLongListFactorypublic enum ImmutableLongListFactoryImpl extends Enum<ImmutableLongListFactoryImpl> implements ImmutableLongListFactory
ImmutableLongList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
public static final ImmutableLongListFactoryImpl INSTANCE
public static ImmutableLongListFactoryImpl[] values()
for (ImmutableLongListFactoryImpl c : ImmutableLongListFactoryImpl.values()) System.out.println(c);
public static ImmutableLongListFactoryImpl 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 ImmutableLongList empty()
empty in interface ImmutableLongListFactorypublic ImmutableLongList of()
ImmutableLongListFactoryImmutableLongListFactory.empty().of in interface ImmutableLongListFactorypublic ImmutableLongList with()
ImmutableLongListFactoryImmutableLongListFactory.empty().with in interface ImmutableLongListFactorypublic ImmutableLongList of(long one)
ImmutableLongListFactoryImmutableLongListFactory.with(long).of in interface ImmutableLongListFactorypublic ImmutableLongList with(long one)
with in interface ImmutableLongListFactorypublic ImmutableLongList of(long... items)
ImmutableLongListFactoryof in interface ImmutableLongListFactorypublic ImmutableLongList with(long... items)
with in interface ImmutableLongListFactorypublic ImmutableLongList ofAll(LongIterable items)
ImmutableLongListFactoryofAll in interface ImmutableLongListFactorypublic ImmutableLongList withAll(LongIterable items)
withAll in interface ImmutableLongListFactorypublic ImmutableLongList ofAll(Iterable<Long> iterable)
ImmutableLongListFactory#withAll(IterableLong).ofAll in interface ImmutableLongListFactorypublic ImmutableLongList withAll(Iterable<Long> iterable)
withAll in interface ImmutableLongListFactorypublic ImmutableLongList ofAll(LongStream items)
ofAll in interface ImmutableLongListFactorypublic ImmutableLongList withAll(LongStream items)
withAll in interface ImmutableLongListFactoryCopyright © 2004–2019. All rights reserved.