ImmutableLongListFactorypublic enum ImmutableLongListFactoryImpl extends java.lang.Enum<ImmutableLongListFactoryImpl> implements ImmutableLongListFactory
ImmutableLongList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableLongList |
empty() |
|
ImmutableLongList |
of() |
Same as
ImmutableLongListFactory.empty(). |
ImmutableLongList |
of(long one) |
Same as
ImmutableLongListFactory.with(long). |
ImmutableLongList |
of(long... items) |
|
ImmutableLongList |
ofAll(java.util.stream.LongStream items) |
|
ImmutableLongList |
ofAll(LongIterable items) |
|
static ImmutableLongListFactoryImpl |
valueOf(java.lang.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() |
Same as
ImmutableLongListFactory.empty(). |
ImmutableLongList |
with(long one) |
|
ImmutableLongList |
with(long... items) |
|
ImmutableLongList |
withAll(java.util.stream.LongStream items) |
|
ImmutableLongList |
withAll(LongIterable items) |
public static final ImmutableLongListFactoryImpl INSTANCE
public static ImmutableLongListFactoryImpl[] values()
for (ImmutableLongListFactoryImpl c : ImmutableLongListFactoryImpl.values()) System.out.println(c);
public static ImmutableLongListFactoryImpl valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - 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(java.util.stream.LongStream items)
ofAll in interface ImmutableLongListFactorypublic ImmutableLongList withAll(java.util.stream.LongStream items)
withAll in interface ImmutableLongListFactoryCopyright © 2004–2017. All rights reserved.