@Immutable
public final class ImmutableSetFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.set.ImmutableSetFactory
| Constructor and Description |
|---|
ImmutableSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> com.gs.collections.api.set.ImmutableSet<T> |
of()
Same as
ImmutableSetFactory.with(). |
<T> com.gs.collections.api.set.ImmutableSet<T> |
of(T... items)
Same as
ImmutableSetFactory.with(Object[]). |
<T> com.gs.collections.api.set.ImmutableSet<T> |
of(T one)
Same as
ImmutableSetFactory.with(Object). |
<T> com.gs.collections.api.set.ImmutableSet<T> |
of(T one,
T two)
Same as
ImmutableSetFactory.with(Object, Object). |
<T> com.gs.collections.api.set.ImmutableSet<T> |
of(T one,
T two,
T three)
Same as
ImmutableSetFactory.with(Object, Object, Object). |
<T> com.gs.collections.api.set.ImmutableSet<T> |
of(T one,
T two,
T three,
T four)
Same as
ImmutableSetFactory.with(Object, Object, Object, Object). |
<T> com.gs.collections.api.set.ImmutableSet<T> |
ofAll(java.lang.Iterable<? extends T> items)
Same as
ImmutableSetFactory.withAll(Iterable). |
<T> com.gs.collections.api.set.ImmutableSet<T> |
with() |
<T> com.gs.collections.api.set.ImmutableSet<T> |
with(T... items) |
<T> com.gs.collections.api.set.ImmutableSet<T> |
with(T one) |
<T> com.gs.collections.api.set.ImmutableSet<T> |
with(T one,
T two) |
<T> com.gs.collections.api.set.ImmutableSet<T> |
with(T one,
T two,
T three) |
<T> com.gs.collections.api.set.ImmutableSet<T> |
with(T one,
T two,
T three,
T four) |
<T> com.gs.collections.api.set.ImmutableSet<T> |
withAll(java.lang.Iterable<? extends T> items) |
public <T> com.gs.collections.api.set.ImmutableSet<T> of()
com.gs.collections.api.factory.set.ImmutableSetFactoryImmutableSetFactory.with().of in interface com.gs.collections.api.factory.set.ImmutableSetFactorypublic <T> com.gs.collections.api.set.ImmutableSet<T> with()
with in interface com.gs.collections.api.factory.set.ImmutableSetFactorypublic <T> com.gs.collections.api.set.ImmutableSet<T> of(T one)
com.gs.collections.api.factory.set.ImmutableSetFactoryImmutableSetFactory.with(Object).of in interface com.gs.collections.api.factory.set.ImmutableSetFactorypublic <T> com.gs.collections.api.set.ImmutableSet<T> with(T one)
with in interface com.gs.collections.api.factory.set.ImmutableSetFactorypublic <T> com.gs.collections.api.set.ImmutableSet<T> of(T one,
T two)
com.gs.collections.api.factory.set.ImmutableSetFactoryImmutableSetFactory.with(Object, Object).of in interface com.gs.collections.api.factory.set.ImmutableSetFactorypublic <T> com.gs.collections.api.set.ImmutableSet<T> with(T one,
T two)
with in interface com.gs.collections.api.factory.set.ImmutableSetFactorypublic <T> com.gs.collections.api.set.ImmutableSet<T> of(T one,
T two,
T three)
com.gs.collections.api.factory.set.ImmutableSetFactoryImmutableSetFactory.with(Object, Object, Object).of in interface com.gs.collections.api.factory.set.ImmutableSetFactorypublic <T> com.gs.collections.api.set.ImmutableSet<T> with(T one,
T two,
T three)
with in interface com.gs.collections.api.factory.set.ImmutableSetFactorypublic <T> com.gs.collections.api.set.ImmutableSet<T> of(T one,
T two,
T three,
T four)
com.gs.collections.api.factory.set.ImmutableSetFactoryImmutableSetFactory.with(Object, Object, Object, Object).of in interface com.gs.collections.api.factory.set.ImmutableSetFactorypublic <T> com.gs.collections.api.set.ImmutableSet<T> with(T one,
T two,
T three,
T four)
with in interface com.gs.collections.api.factory.set.ImmutableSetFactorypublic <T> com.gs.collections.api.set.ImmutableSet<T> of(T... items)
com.gs.collections.api.factory.set.ImmutableSetFactoryImmutableSetFactory.with(Object[]).of in interface com.gs.collections.api.factory.set.ImmutableSetFactorypublic <T> com.gs.collections.api.set.ImmutableSet<T> with(T... items)
with in interface com.gs.collections.api.factory.set.ImmutableSetFactorypublic <T> com.gs.collections.api.set.ImmutableSet<T> ofAll(java.lang.Iterable<? extends T> items)
com.gs.collections.api.factory.set.ImmutableSetFactoryImmutableSetFactory.withAll(Iterable).ofAll in interface com.gs.collections.api.factory.set.ImmutableSetFactorypublic <T> com.gs.collections.api.set.ImmutableSet<T> withAll(java.lang.Iterable<? extends T> items)
withAll in interface com.gs.collections.api.factory.set.ImmutableSetFactory