public enum ImmutableLongListFactoryImpl extends Enum<ImmutableLongListFactoryImpl> implements ImmutableLongListFactory
ImmutableLongList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongList |
empty() |
ImmutableLongList |
of() |
ImmutableLongList |
of(long... items) |
ImmutableLongList |
of(long one) |
ImmutableLongList |
ofAll(Iterable<Long> iterable) |
ImmutableLongList |
ofAll(LongIterable items) |
ImmutableLongList |
ofAll(LongStream items) |
static ImmutableLongListFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableLongListFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableLongList |
with() |
ImmutableLongList |
with(long... items) |
ImmutableLongList |
with(long one) |
ImmutableLongList |
withAll(Iterable<Long> iterable) |
ImmutableLongList |
withAll(LongIterable items) |
ImmutableLongList |
withAll(LongStream items) |
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()
of in interface ImmutableLongListFactorypublic ImmutableLongList with()
with in interface ImmutableLongListFactorypublic ImmutableLongList of(long one)
of in interface ImmutableLongListFactorypublic ImmutableLongList with(long one)
with in interface ImmutableLongListFactorypublic ImmutableLongList of(long... items)
of in interface ImmutableLongListFactorypublic ImmutableLongList with(long... items)
with in interface ImmutableLongListFactorypublic ImmutableLongList ofAll(LongIterable items)
ofAll in interface ImmutableLongListFactorypublic ImmutableLongList withAll(LongIterable items)
withAll in interface ImmutableLongListFactorypublic ImmutableLongList ofAll(Iterable<Long> iterable)
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–2020. All rights reserved.