ImmutableLongListFactorypublic class ImmutableLongListFactoryImpl extends Object implements ImmutableLongListFactory
ImmutableLongList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Constructor | Description |
|---|---|
ImmutableLongListFactoryImpl() |
| 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(LongIterable items) |
|
ImmutableLongList |
with() |
Same as
ImmutableLongListFactory.empty(). |
ImmutableLongList |
with(long one) |
|
ImmutableLongList |
with(long... items) |
|
ImmutableLongList |
withAll(LongIterable items) |
public 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 ImmutableLongListFactoryCopyright © 2004–2017. All rights reserved.