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