ImmutableIntBagFactoryImpl
public 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(Iterable<Integer> iterable) |
Same as
#withAll(IterableInteger) . |
ImmutableIntBag |
ofAll(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(Iterable<Integer> iterable) |
|
ImmutableIntBag |
withAll(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(Iterable<Integer> iterable)
#withAll(IterableInteger)
.ImmutableIntBag withAll(Iterable<Integer> iterable)
ImmutableIntBag ofAll(IntStream items)
ImmutableIntBag withAll(IntStream items)
Copyright © 2004–2019. All rights reserved.