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