public class MutableLongBagFactoryImpl extends Object implements MutableLongBagFactory
MutableLongBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableLongBagFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableLongBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableLongBag |
empty() |
MutableLongBag |
of() |
MutableLongBag |
of(long... items) |
MutableLongBag |
ofAll(Iterable<Long> iterable) |
MutableLongBag |
ofAll(LongIterable items) |
MutableLongBag |
ofAll(LongStream items) |
MutableLongBag |
with() |
MutableLongBag |
with(long... items) |
MutableLongBag |
withAll(Iterable<Long> iterable) |
MutableLongBag |
withAll(LongIterable items) |
MutableLongBag |
withAll(LongStream items) |
public static final MutableLongBagFactory INSTANCE
public MutableLongBag empty()
empty in interface MutableLongBagFactorypublic MutableLongBag of()
of in interface MutableLongBagFactorypublic MutableLongBag with()
with in interface MutableLongBagFactorypublic MutableLongBag of(long... items)
of in interface MutableLongBagFactorypublic MutableLongBag with(long... items)
with in interface MutableLongBagFactorypublic MutableLongBag ofAll(LongIterable items)
ofAll in interface MutableLongBagFactorypublic MutableLongBag withAll(LongIterable items)
withAll in interface MutableLongBagFactorypublic MutableLongBag ofAll(Iterable<Long> iterable)
ofAll in interface MutableLongBagFactorypublic MutableLongBag withAll(Iterable<Long> iterable)
withAll in interface MutableLongBagFactorypublic MutableLongBag ofAll(LongStream items)
ofAll in interface MutableLongBagFactorypublic MutableLongBag withAll(LongStream items)
withAll in interface MutableLongBagFactoryCopyright © 2004–2022. All rights reserved.