public class MutableIntSetFactoryImpl extends Object implements MutableIntSetFactory
MutableIntSet
.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.Constructor and Description |
---|
MutableIntSetFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
empty() |
MutableIntSet |
of()
Same as
MutableIntSetFactory.empty() . |
MutableIntSet |
of(int... items)
Same as
MutableIntSetFactory.with(int[]) . |
MutableIntSet |
ofAll(IntIterable items)
|
MutableIntSet |
with()
Same as
MutableIntSetFactory.empty() . |
MutableIntSet |
with(int... items) |
MutableIntSet |
withAll(IntIterable items) |
public MutableIntSet empty()
empty
in interface MutableIntSetFactory
public MutableIntSet of()
MutableIntSetFactory
MutableIntSetFactory.empty()
.of
in interface MutableIntSetFactory
public MutableIntSet with()
MutableIntSetFactory
MutableIntSetFactory.empty()
.with
in interface MutableIntSetFactory
public MutableIntSet of(int... items)
MutableIntSetFactory
MutableIntSetFactory.with(int[])
.of
in interface MutableIntSetFactory
public MutableIntSet with(int... items)
with
in interface MutableIntSetFactory
public MutableIntSet ofAll(IntIterable items)
MutableIntSetFactory
ofAll
in interface MutableIntSetFactory
public MutableIntSet withAll(IntIterable items)
withAll
in interface MutableIntSetFactory
Copyright © 2004–2016. All rights reserved.