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 |
with()
Same as
empty(). |
MutableIntBag |
with(int... 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)
Copyright © 2004–2016. All rights reserved.