public class ImmutableLongListFactoryImpl extends Object implements ImmutableLongListFactory
ImmutableLongList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableLongListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongList |
of()
Same as
ImmutableLongListFactory.with(). |
ImmutableLongList |
of(long... items)
|
ImmutableLongList |
of(long one)
Same as
ImmutableLongListFactory.with(long). |
ImmutableLongList |
ofAll(LongIterable items)
|
ImmutableLongList |
with() |
ImmutableLongList |
with(long... items) |
ImmutableLongList |
with(long one) |
ImmutableLongList |
withAll(LongIterable items) |
public ImmutableLongList of()
ImmutableLongListFactoryImmutableLongListFactory.with().of in interface ImmutableLongListFactorypublic ImmutableLongList with()
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.