public interface MutableIntSetFactory
MutableIntSet.
This file was automatically generated from template file mutablePrimitiveSetFactory.stg.| Modifier and Type | Method and Description |
|---|---|
MutableIntSet |
empty() |
MutableIntSet |
of()
Same as
empty(). |
MutableIntSet |
of(int... items)
Same as
with(int[]). |
MutableIntSet |
ofAll(IntIterable items)
Same as
withAll(IntIterable). |
MutableIntSet |
ofAll(IntStream items) |
MutableIntSet |
with()
Same as
empty(). |
MutableIntSet |
with(int... items) |
MutableIntSet |
withAll(IntIterable items) |
MutableIntSet |
withAll(IntStream 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(IntStream items)
MutableIntSet withAll(IntStream items)
Copyright © 2004–2017. All rights reserved.