public class ImmutableIntSetFactoryImpl extends Object implements org.eclipse.collections.api.factory.set.primitive.ImmutableIntSetFactory
ImmutableIntSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableIntSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.set.primitive.ImmutableIntSet |
empty() |
org.eclipse.collections.api.set.primitive.ImmutableIntSet |
of() |
org.eclipse.collections.api.set.primitive.ImmutableIntSet |
of(int... items) |
org.eclipse.collections.api.set.primitive.ImmutableIntSet |
of(int one) |
org.eclipse.collections.api.set.primitive.ImmutableIntSet |
ofAll(org.eclipse.collections.api.IntIterable items) |
org.eclipse.collections.api.set.primitive.ImmutableIntSet |
with() |
org.eclipse.collections.api.set.primitive.ImmutableIntSet |
with(int... items) |
org.eclipse.collections.api.set.primitive.ImmutableIntSet |
with(int one) |
org.eclipse.collections.api.set.primitive.ImmutableIntSet |
withAll(org.eclipse.collections.api.IntIterable items) |
public org.eclipse.collections.api.set.primitive.ImmutableIntSet empty()
empty in interface org.eclipse.collections.api.factory.set.primitive.ImmutableIntSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableIntSet of()
of in interface org.eclipse.collections.api.factory.set.primitive.ImmutableIntSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableIntSet with()
with in interface org.eclipse.collections.api.factory.set.primitive.ImmutableIntSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableIntSet of(int one)
of in interface org.eclipse.collections.api.factory.set.primitive.ImmutableIntSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableIntSet with(int one)
with in interface org.eclipse.collections.api.factory.set.primitive.ImmutableIntSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableIntSet of(int... items)
of in interface org.eclipse.collections.api.factory.set.primitive.ImmutableIntSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableIntSet with(int... items)
with in interface org.eclipse.collections.api.factory.set.primitive.ImmutableIntSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableIntSet ofAll(org.eclipse.collections.api.IntIterable items)
ofAll in interface org.eclipse.collections.api.factory.set.primitive.ImmutableIntSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableIntSet withAll(org.eclipse.collections.api.IntIterable items)
withAll in interface org.eclipse.collections.api.factory.set.primitive.ImmutableIntSetFactoryCopyright © 2004–2018. All rights reserved.