public class ImmutableLongListFactoryImpl extends Object implements ImmutableLongListFactory
ImmutableLongList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableLongListFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableLongListFactoryImpl() |
| 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) |
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 ImmutableLongListFactory INSTANCE
public 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–2022. All rights reserved.