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