MutableIntSetFactoryImpl
public 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(Iterable<Integer> iterable) |
Same as
#withAll(IterableInteger) . |
MutableIntSet |
ofAll(IntStream items) |
|
MutableIntSet |
ofAll(IntIterable items) |
Same as
withAll(IntIterable) . |
MutableIntSet |
with() |
Same as
empty() . |
MutableIntSet |
with(int... items) |
|
MutableIntSet |
withAll(Iterable<Integer> iterable) |
|
MutableIntSet |
withAll(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(Iterable<Integer> iterable)
#withAll(IterableInteger)
.MutableIntSet withAll(Iterable<Integer> iterable)
MutableIntSet ofAll(IntStream items)
MutableIntSet withAll(IntStream items)
Copyright © 2004–2019. All rights reserved.