MutableIntBagFactoryImpl
public interface MutableIntBagFactory
MutableIntBag
.
This file was automatically generated from template file mutablePrimitiveBagFactory.stg.Modifier and Type | Method | Description |
---|---|---|
MutableIntBag |
empty() |
|
MutableIntBag |
of() |
Same as
empty() . |
MutableIntBag |
of(int... items) |
Same as
with(int[]) . |
MutableIntBag |
ofAll(Iterable<Integer> iterable) |
Same as
#withAll(IterableInteger) . |
MutableIntBag |
ofAll(IntStream items) |
|
MutableIntBag |
ofAll(IntIterable items) |
Same as
withAll(IntIterable) . |
MutableIntBag |
with() |
Same as
empty() . |
MutableIntBag |
with(int... items) |
|
MutableIntBag |
withAll(Iterable<Integer> iterable) |
|
MutableIntBag |
withAll(IntStream items) |
|
MutableIntBag |
withAll(IntIterable items) |
MutableIntBag empty()
MutableIntBag of()
empty()
.MutableIntBag with()
empty()
.MutableIntBag of(int... items)
with(int[])
.MutableIntBag with(int... items)
MutableIntBag ofAll(IntIterable items)
withAll(IntIterable)
.MutableIntBag withAll(IntIterable items)
MutableIntBag ofAll(Iterable<Integer> iterable)
#withAll(IterableInteger)
.MutableIntBag withAll(Iterable<Integer> iterable)
MutableIntBag ofAll(IntStream items)
MutableIntBag withAll(IntStream items)
Copyright © 2004–2019. All rights reserved.