ImmutableIntSetFactoryImplpublic interface ImmutableIntSetFactory
ImmutableIntSet.
This file was automatically generated from template file immutablePrimitiveSetFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
ImmutableIntSet |
empty() |
|
ImmutableIntSet |
of() |
Same as
empty(). |
ImmutableIntSet |
of(int one) |
Same as
with(int). |
ImmutableIntSet |
of(int... items) |
Same as
with(int[]). |
ImmutableIntSet |
ofAll(Iterable<Integer> iterable) |
Same as
#withAll(IterableInteger). |
ImmutableIntSet |
ofAll(IntStream items) |
|
ImmutableIntSet |
ofAll(IntIterable items) |
Same as
withAll(IntIterable). |
ImmutableIntSet |
with() |
Same as
empty(). |
ImmutableIntSet |
with(int one) |
|
ImmutableIntSet |
with(int... items) |
|
ImmutableIntSet |
withAll(Iterable<Integer> iterable) |
|
ImmutableIntSet |
withAll(IntStream items) |
|
ImmutableIntSet |
withAll(IntIterable items) |
ImmutableIntSet empty()
ImmutableIntSet of()
empty().ImmutableIntSet with()
empty().ImmutableIntSet of(int one)
with(int).ImmutableIntSet with(int one)
ImmutableIntSet of(int... items)
with(int[]).ImmutableIntSet with(int... items)
ImmutableIntSet ofAll(IntIterable items)
withAll(IntIterable).ImmutableIntSet withAll(IntIterable items)
ImmutableIntSet ofAll(Iterable<Integer> iterable)
#withAll(IterableInteger).ImmutableIntSet withAll(Iterable<Integer> iterable)
ImmutableIntSet ofAll(IntStream items)
ImmutableIntSet withAll(IntStream items)
Copyright © 2004–2019. All rights reserved.