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(java.util.stream.LongStream items) | |
| MutableLongBag | ofAll(LongIterable items) | Same as  withAll(LongIterable). | 
| MutableLongBag | with() | Same as  empty(). | 
| MutableLongBag | with(long... items) | |
| MutableLongBag | withAll(java.util.stream.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(java.util.stream.LongStream items)
MutableLongBag withAll(java.util.stream.LongStream items)
Copyright © 2004–2018. All rights reserved.