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 |
with()
Same as
empty() . |
ImmutableLongList |
with(long... items) |
ImmutableLongList |
with(long one) |
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–2016. All rights reserved.