ImmutableLongListFactoryImpl
public interface ImmutableLongListFactory
ImmutableLongList
.
This file was automatically generated from template file immutablePrimitiveListFactory.stg.Modifier and Type | Method | Description |
---|---|---|
ImmutableLongList |
empty() |
|
ImmutableLongList |
of() |
Same as
empty() . |
ImmutableLongList |
of(long one) |
Same as
with(long) . |
ImmutableLongList |
of(long... items) |
Same as
with(long[]) . |
ImmutableLongList |
ofAll(LongIterable items) |
Same as
withAll(LongIterable) . |
ImmutableLongList |
with() |
Same as
empty() . |
ImmutableLongList |
with(long one) |
|
ImmutableLongList |
with(long... items) |
|
ImmutableLongList |
withAll(LongIterable items) |
ImmutableLongList empty()
ImmutableLongList of()
empty()
.ImmutableLongList with()
empty()
.ImmutableLongList of(long one)
with(long)
.ImmutableLongList with(long one)
ImmutableLongList of(long... items)
with(long[])
.ImmutableLongList with(long... items)
ImmutableLongList ofAll(LongIterable items)
withAll(LongIterable)
.ImmutableLongList withAll(LongIterable items)
Copyright © 2004–2017. All rights reserved.