MutableLongListFactoryImplpublic interface MutableLongListFactory
MutableLongList.
This file was automatically generated from template file mutablePrimitiveListFactory.stg.| Modifier and Type | Method | 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 |
with() |
Same as
empty(). |
MutableLongList |
with(long... items) |
|
MutableLongList |
withAll(LongIterable 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)
Copyright © 2004–2017. All rights reserved.