public class MutableIntSetFactoryImpl extends Object implements org.eclipse.collections.api.factory.set.primitive.MutableIntSetFactory
MutableIntSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Constructor and Description |
|---|
MutableIntSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.set.primitive.MutableIntSet |
empty() |
org.eclipse.collections.api.set.primitive.MutableIntSet |
of() |
org.eclipse.collections.api.set.primitive.MutableIntSet |
of(int... items) |
org.eclipse.collections.api.set.primitive.MutableIntSet |
ofAll(org.eclipse.collections.api.IntIterable items) |
org.eclipse.collections.api.set.primitive.MutableIntSet |
with() |
org.eclipse.collections.api.set.primitive.MutableIntSet |
with(int... items) |
org.eclipse.collections.api.set.primitive.MutableIntSet |
withAll(org.eclipse.collections.api.IntIterable items) |
public org.eclipse.collections.api.set.primitive.MutableIntSet empty()
empty in interface org.eclipse.collections.api.factory.set.primitive.MutableIntSetFactorypublic org.eclipse.collections.api.set.primitive.MutableIntSet of()
of in interface org.eclipse.collections.api.factory.set.primitive.MutableIntSetFactorypublic org.eclipse.collections.api.set.primitive.MutableIntSet with()
with in interface org.eclipse.collections.api.factory.set.primitive.MutableIntSetFactorypublic org.eclipse.collections.api.set.primitive.MutableIntSet of(int... items)
of in interface org.eclipse.collections.api.factory.set.primitive.MutableIntSetFactorypublic org.eclipse.collections.api.set.primitive.MutableIntSet with(int... items)
with in interface org.eclipse.collections.api.factory.set.primitive.MutableIntSetFactorypublic org.eclipse.collections.api.set.primitive.MutableIntSet ofAll(org.eclipse.collections.api.IntIterable items)
ofAll in interface org.eclipse.collections.api.factory.set.primitive.MutableIntSetFactorypublic org.eclipse.collections.api.set.primitive.MutableIntSet withAll(org.eclipse.collections.api.IntIterable items)
withAll in interface org.eclipse.collections.api.factory.set.primitive.MutableIntSetFactoryCopyright © 2004–2018. All rights reserved.