public class MutableIntBagFactoryImpl extends Object implements MutableIntBagFactory
MutableIntBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableIntBagFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableIntBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableIntBag |
empty() |
MutableIntBag |
of() |
MutableIntBag |
of(int... items) |
MutableIntBag |
ofAll(IntIterable items) |
MutableIntBag |
ofAll(IntStream items) |
MutableIntBag |
ofAll(Iterable<Integer> iterable) |
MutableIntBag |
with() |
MutableIntBag |
with(int... items) |
MutableIntBag |
withAll(IntIterable items) |
MutableIntBag |
withAll(IntStream items) |
MutableIntBag |
withAll(Iterable<Integer> iterable) |
public static final MutableIntBagFactory INSTANCE
public MutableIntBag empty()
empty in interface MutableIntBagFactorypublic MutableIntBag of()
of in interface MutableIntBagFactorypublic MutableIntBag with()
with in interface MutableIntBagFactorypublic MutableIntBag of(int... items)
of in interface MutableIntBagFactorypublic MutableIntBag with(int... items)
with in interface MutableIntBagFactorypublic MutableIntBag ofAll(IntIterable items)
ofAll in interface MutableIntBagFactorypublic MutableIntBag withAll(IntIterable items)
withAll in interface MutableIntBagFactorypublic MutableIntBag ofAll(Iterable<Integer> iterable)
ofAll in interface MutableIntBagFactorypublic MutableIntBag withAll(Iterable<Integer> iterable)
withAll in interface MutableIntBagFactorypublic MutableIntBag ofAll(IntStream items)
ofAll in interface MutableIntBagFactorypublic MutableIntBag withAll(IntStream items)
withAll in interface MutableIntBagFactoryCopyright © 2004–2022. All rights reserved.