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