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