@Immutable public class FixedSizeSetFactoryImpl extends Object implements org.eclipse.collections.api.factory.set.FixedSizeSetFactory
| Constructor and Description |
|---|
FixedSizeSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> org.eclipse.collections.api.set.FixedSizeSet<T> |
empty() |
<T> org.eclipse.collections.api.set.FixedSizeSet<T> |
of() |
<T> org.eclipse.collections.api.set.FixedSizeSet<T> |
of(T one) |
<T> org.eclipse.collections.api.set.FixedSizeSet<T> |
of(T one,
T two) |
<T> org.eclipse.collections.api.set.FixedSizeSet<T> |
of(T one,
T two,
T three) |
<T> org.eclipse.collections.api.set.FixedSizeSet<T> |
of(T one,
T two,
T three,
T four) |
<T> org.eclipse.collections.api.set.MutableSet<T> |
ofAll(Iterable<? extends T> items) |
<T> org.eclipse.collections.api.set.FixedSizeSet<T> |
with() |
<T> org.eclipse.collections.api.set.FixedSizeSet<T> |
with(T one) |
<T> org.eclipse.collections.api.set.FixedSizeSet<T> |
with(T one,
T two) |
<T> org.eclipse.collections.api.set.FixedSizeSet<T> |
with(T one,
T two,
T three) |
<T> org.eclipse.collections.api.set.FixedSizeSet<T> |
with(T one,
T two,
T three,
T four) |
<T> org.eclipse.collections.api.set.MutableSet<T> |
withAll(Iterable<? extends T> items) |
public <T> org.eclipse.collections.api.set.FixedSizeSet<T> empty()
empty in interface org.eclipse.collections.api.factory.set.FixedSizeSetFactorypublic <T> org.eclipse.collections.api.set.FixedSizeSet<T> of()
of in interface org.eclipse.collections.api.factory.set.FixedSizeSetFactorypublic <T> org.eclipse.collections.api.set.FixedSizeSet<T> with()
with in interface org.eclipse.collections.api.factory.set.FixedSizeSetFactorypublic <T> org.eclipse.collections.api.set.FixedSizeSet<T> of(T one)
of in interface org.eclipse.collections.api.factory.set.FixedSizeSetFactorypublic <T> org.eclipse.collections.api.set.FixedSizeSet<T> with(T one)
with in interface org.eclipse.collections.api.factory.set.FixedSizeSetFactorypublic <T> org.eclipse.collections.api.set.FixedSizeSet<T> of(T one,
T two)
of in interface org.eclipse.collections.api.factory.set.FixedSizeSetFactorypublic <T> org.eclipse.collections.api.set.FixedSizeSet<T> with(T one,
T two)
with in interface org.eclipse.collections.api.factory.set.FixedSizeSetFactorypublic <T> org.eclipse.collections.api.set.FixedSizeSet<T> of(T one,
T two,
T three)
of in interface org.eclipse.collections.api.factory.set.FixedSizeSetFactorypublic <T> org.eclipse.collections.api.set.FixedSizeSet<T> with(T one,
T two,
T three)
with in interface org.eclipse.collections.api.factory.set.FixedSizeSetFactorypublic <T> org.eclipse.collections.api.set.FixedSizeSet<T> of(T one,
T two,
T three,
T four)
of in interface org.eclipse.collections.api.factory.set.FixedSizeSetFactorypublic <T> org.eclipse.collections.api.set.FixedSizeSet<T> with(T one,
T two,
T three,
T four)
with in interface org.eclipse.collections.api.factory.set.FixedSizeSetFactorypublic <T> org.eclipse.collections.api.set.MutableSet<T> ofAll(Iterable<? extends T> items)
ofAll in interface org.eclipse.collections.api.factory.set.FixedSizeSetFactorypublic <T> org.eclipse.collections.api.set.MutableSet<T> withAll(Iterable<? extends T> items)
withAll in interface org.eclipse.collections.api.factory.set.FixedSizeSetFactoryCopyright © 2004–2017. All rights reserved.