MutableLongBagFactoryImplpublic interface MutableLongBagFactory
MutableLongBag.
This file was automatically generated from template file mutablePrimitiveBagFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
MutableLongBag |
empty() |
|
MutableLongBag |
of() |
Same as
empty(). |
MutableLongBag |
of(long... items) |
Same as
with(long[]). |
MutableLongBag |
ofAll(Iterable<Long> iterable) |
Same as
#withAll(IterableLong). |
MutableLongBag |
ofAll(LongStream items) |
|
MutableLongBag |
ofAll(LongIterable items) |
Same as
withAll(LongIterable). |
MutableLongBag |
with() |
Same as
empty(). |
MutableLongBag |
with(long... items) |
|
MutableLongBag |
withAll(Iterable<Long> iterable) |
|
MutableLongBag |
withAll(LongStream items) |
|
MutableLongBag |
withAll(LongIterable items) |
MutableLongBag empty()
MutableLongBag of()
empty().MutableLongBag with()
empty().MutableLongBag of(long... items)
with(long[]).MutableLongBag with(long... items)
MutableLongBag ofAll(LongIterable items)
withAll(LongIterable).MutableLongBag withAll(LongIterable items)
MutableLongBag ofAll(Iterable<Long> iterable)
#withAll(IterableLong).MutableLongBag withAll(Iterable<Long> iterable)
MutableLongBag ofAll(LongStream items)
MutableLongBag withAll(LongStream items)
Copyright © 2004–2019. All rights reserved.