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(java.lang.Iterable<java.lang.Integer> iterable) |
Same as
#withAll(IterableInteger). |
ImmutableIntSet |
ofAll(java.util.stream.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(java.lang.Iterable<java.lang.Integer> iterable) |
|
ImmutableIntSet |
withAll(java.util.stream.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(java.lang.Iterable<java.lang.Integer> iterable)
#withAll(IterableInteger).ImmutableIntSet withAll(java.lang.Iterable<java.lang.Integer> iterable)
ImmutableIntSet ofAll(java.util.stream.IntStream items)
ImmutableIntSet withAll(java.util.stream.IntStream items)
Copyright © 2004–2020. All rights reserved.