public interface ImmutableIntBagFactory
ImmutableIntBag.
This file was automatically generated from template file immutablePrimitiveBagFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableIntBag |
empty() |
ImmutableIntBag |
of()
Same as
empty(). |
ImmutableIntBag |
of(int... items)
Same as
with(int[]). |
ImmutableIntBag |
of(int one)
Same as
with(int). |
ImmutableIntBag |
ofAll(IntIterable items)
Same as
withAll(IntIterable). |
ImmutableIntBag |
ofAll(IntStream items) |
ImmutableIntBag |
with()
Same as
empty(). |
ImmutableIntBag |
with(int... items) |
ImmutableIntBag |
with(int one) |
ImmutableIntBag |
withAll(IntIterable items) |
ImmutableIntBag |
withAll(IntStream items) |
ImmutableIntBag empty()
ImmutableIntBag of()
empty().ImmutableIntBag with()
empty().ImmutableIntBag of(int one)
with(int).ImmutableIntBag with(int one)
ImmutableIntBag of(int... items)
with(int[]).ImmutableIntBag with(int... items)
ImmutableIntBag ofAll(IntIterable items)
withAll(IntIterable).ImmutableIntBag withAll(IntIterable items)
ImmutableIntBag ofAll(IntStream items)
ImmutableIntBag withAll(IntStream items)
Copyright © 2004–2017. All rights reserved.