public class MutableIntSetFactoryImpl extends Object implements MutableIntSetFactory
MutableIntSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableIntSetFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableIntSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableIntSet |
empty() |
MutableIntSet |
of() |
MutableIntSet |
of(int... items) |
MutableIntSet |
ofAll(IntIterable items) |
MutableIntSet |
ofAll(IntStream items) |
MutableIntSet |
ofAll(Iterable<Integer> iterable) |
MutableIntSet |
with() |
MutableIntSet |
with(int... items) |
MutableIntSet |
withAll(IntIterable items) |
MutableIntSet |
withAll(IntStream items) |
MutableIntSet |
withAll(Iterable<Integer> iterable) |
MutableIntSet |
withInitialCapacity(int capacity) |
public static final MutableIntSetFactory INSTANCE
public MutableIntSet empty()
empty in interface MutableIntSetFactorypublic MutableIntSet of()
of in interface MutableIntSetFactorypublic MutableIntSet with()
with in interface MutableIntSetFactorypublic MutableIntSet withInitialCapacity(int capacity)
withInitialCapacity in interface MutableIntSetFactorypublic MutableIntSet of(int... items)
of in interface MutableIntSetFactorypublic MutableIntSet with(int... items)
with in interface MutableIntSetFactorypublic MutableIntSet ofAll(IntIterable items)
ofAll in interface MutableIntSetFactorypublic MutableIntSet withAll(IntIterable items)
withAll in interface MutableIntSetFactorypublic MutableIntSet ofAll(Iterable<Integer> iterable)
ofAll in interface MutableIntSetFactorypublic MutableIntSet withAll(Iterable<Integer> iterable)
withAll in interface MutableIntSetFactorypublic MutableIntSet ofAll(IntStream items)
ofAll in interface MutableIntSetFactorypublic MutableIntSet withAll(IntStream items)
withAll in interface MutableIntSetFactoryCopyright © 2004–2022. All rights reserved.