@Immutable public final class MutableSetFactoryImpl extends Object implements org.eclipse.collections.api.factory.set.MutableSetFactory
| Constructor and Description |
|---|
MutableSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> org.eclipse.collections.api.set.MutableSet<T> |
empty() |
<T> org.eclipse.collections.api.set.MutableSet<T> |
of() |
<T> org.eclipse.collections.api.set.MutableSet<T> |
of(T... items) |
<T> org.eclipse.collections.api.set.MutableSet<T> |
ofAll(Iterable<? extends T> items) |
<T> org.eclipse.collections.api.set.MutableSet<T> |
ofInitialCapacity(int capacity) |
<T> org.eclipse.collections.api.set.MutableSet<T> |
with() |
<T> org.eclipse.collections.api.set.MutableSet<T> |
with(T... items) |
<T> org.eclipse.collections.api.set.MutableSet<T> |
withAll(Iterable<? extends T> items) |
<T> org.eclipse.collections.api.set.MutableSet<T> |
withInitialCapacity(int capacity) |
public <T> org.eclipse.collections.api.set.MutableSet<T> empty()
empty in interface org.eclipse.collections.api.factory.set.MutableSetFactorypublic <T> org.eclipse.collections.api.set.MutableSet<T> of()
of in interface org.eclipse.collections.api.factory.set.MutableSetFactorypublic <T> org.eclipse.collections.api.set.MutableSet<T> with()
with in interface org.eclipse.collections.api.factory.set.MutableSetFactorypublic <T> org.eclipse.collections.api.set.MutableSet<T> ofInitialCapacity(int capacity)
ofInitialCapacity in interface org.eclipse.collections.api.factory.set.MutableSetFactorypublic <T> org.eclipse.collections.api.set.MutableSet<T> withInitialCapacity(int capacity)
withInitialCapacity in interface org.eclipse.collections.api.factory.set.MutableSetFactorypublic <T> org.eclipse.collections.api.set.MutableSet<T> of(T... items)
of in interface org.eclipse.collections.api.factory.set.MutableSetFactorypublic <T> org.eclipse.collections.api.set.MutableSet<T> with(T... items)
with in interface org.eclipse.collections.api.factory.set.MutableSetFactorypublic <T> org.eclipse.collections.api.set.MutableSet<T> ofAll(Iterable<? extends T> items)
ofAll in interface org.eclipse.collections.api.factory.set.MutableSetFactorypublic <T> org.eclipse.collections.api.set.MutableSet<T> withAll(Iterable<? extends T> items)
withAll in interface org.eclipse.collections.api.factory.set.MutableSetFactoryCopyright © 2004–2017. All rights reserved.