ImmutableLongListFactory
public 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 ImmutableLongListFactory
public ImmutableLongList of()
ImmutableLongListFactory
ImmutableLongListFactory.empty()
.of
in interface ImmutableLongListFactory
public ImmutableLongList with()
ImmutableLongListFactory
ImmutableLongListFactory.empty()
.with
in interface ImmutableLongListFactory
public ImmutableLongList of(long one)
ImmutableLongListFactory
ImmutableLongListFactory.with(long)
.of
in interface ImmutableLongListFactory
public ImmutableLongList with(long one)
with
in interface ImmutableLongListFactory
public ImmutableLongList of(long... items)
ImmutableLongListFactory
of
in interface ImmutableLongListFactory
public ImmutableLongList with(long... items)
with
in interface ImmutableLongListFactory
public ImmutableLongList ofAll(LongIterable items)
ImmutableLongListFactory
ofAll
in interface ImmutableLongListFactory
public ImmutableLongList withAll(LongIterable items)
withAll
in interface ImmutableLongListFactory
Copyright © 2004–2017. All rights reserved.