MutableIntSetFactoryImplpublic interface MutableIntSetFactory
MutableIntSet.
This file was automatically generated from template file mutablePrimitiveSetFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
MutableIntSet |
empty() |
|
MutableIntSet |
of() |
Same as
empty(). |
MutableIntSet |
of(int... items) |
Same as
with(int[]). |
MutableIntSet |
ofAll(java.util.stream.IntStream items) |
|
MutableIntSet |
ofAll(IntIterable items) |
Same as
withAll(IntIterable). |
MutableIntSet |
with() |
Same as
empty(). |
MutableIntSet |
with(int... items) |
|
MutableIntSet |
withAll(java.util.stream.IntStream items) |
|
MutableIntSet |
withAll(IntIterable items) |
MutableIntSet empty()
MutableIntSet of()
empty().MutableIntSet with()
empty().MutableIntSet of(int... items)
with(int[]).MutableIntSet with(int... items)
MutableIntSet ofAll(IntIterable items)
withAll(IntIterable).MutableIntSet withAll(IntIterable items)
MutableIntSet ofAll(java.util.stream.IntStream items)
MutableIntSet withAll(java.util.stream.IntStream items)
Copyright © 2004–2018. All rights reserved.