@Immutable
public class FixedSizeSetFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.set.FixedSizeSetFactory
| Constructor and Description |
|---|
FixedSizeSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> com.gs.collections.api.set.FixedSizeSet<T> |
of()
Same as
FixedSizeSetFactory.with(). |
<T> com.gs.collections.api.set.FixedSizeSet<T> |
of(T one)
Same as
FixedSizeSetFactory.with(Object). |
<T> com.gs.collections.api.set.FixedSizeSet<T> |
of(T one,
T two)
Same as
FixedSizeSetFactory.with(Object, Object). |
<T> com.gs.collections.api.set.FixedSizeSet<T> |
of(T one,
T two,
T three)
Same as
FixedSizeSetFactory.with(Object, Object, Object). |
<T> com.gs.collections.api.set.FixedSizeSet<T> |
of(T one,
T two,
T three,
T four)
Same as
FixedSizeSetFactory.with(Object, Object, Object, Object). |
<T> com.gs.collections.api.set.MutableSet<T> |
ofAll(java.lang.Iterable<? extends T> items)
Same as
FixedSizeSetFactory.withAll(Iterable). |
<T> com.gs.collections.api.set.FixedSizeSet<T> |
with() |
<T> com.gs.collections.api.set.FixedSizeSet<T> |
with(T one) |
<T> com.gs.collections.api.set.FixedSizeSet<T> |
with(T one,
T two) |
<T> com.gs.collections.api.set.FixedSizeSet<T> |
with(T one,
T two,
T three) |
<T> com.gs.collections.api.set.FixedSizeSet<T> |
with(T one,
T two,
T three,
T four) |
<T> com.gs.collections.api.set.MutableSet<T> |
withAll(java.lang.Iterable<? extends T> items) |
public <T> com.gs.collections.api.set.FixedSizeSet<T> of()
com.gs.collections.api.factory.set.FixedSizeSetFactoryFixedSizeSetFactory.with().of in interface com.gs.collections.api.factory.set.FixedSizeSetFactorypublic <T> com.gs.collections.api.set.FixedSizeSet<T> with()
with in interface com.gs.collections.api.factory.set.FixedSizeSetFactorypublic <T> com.gs.collections.api.set.FixedSizeSet<T> of(T one)
com.gs.collections.api.factory.set.FixedSizeSetFactoryFixedSizeSetFactory.with(Object).of in interface com.gs.collections.api.factory.set.FixedSizeSetFactorypublic <T> com.gs.collections.api.set.FixedSizeSet<T> with(T one)
with in interface com.gs.collections.api.factory.set.FixedSizeSetFactorypublic <T> com.gs.collections.api.set.FixedSizeSet<T> of(T one,
T two)
com.gs.collections.api.factory.set.FixedSizeSetFactoryFixedSizeSetFactory.with(Object, Object).of in interface com.gs.collections.api.factory.set.FixedSizeSetFactorypublic <T> com.gs.collections.api.set.FixedSizeSet<T> with(T one,
T two)
with in interface com.gs.collections.api.factory.set.FixedSizeSetFactorypublic <T> com.gs.collections.api.set.FixedSizeSet<T> of(T one,
T two,
T three)
com.gs.collections.api.factory.set.FixedSizeSetFactoryFixedSizeSetFactory.with(Object, Object, Object).of in interface com.gs.collections.api.factory.set.FixedSizeSetFactorypublic <T> com.gs.collections.api.set.FixedSizeSet<T> with(T one,
T two,
T three)
with in interface com.gs.collections.api.factory.set.FixedSizeSetFactorypublic <T> com.gs.collections.api.set.FixedSizeSet<T> of(T one,
T two,
T three,
T four)
com.gs.collections.api.factory.set.FixedSizeSetFactoryFixedSizeSetFactory.with(Object, Object, Object, Object).of in interface com.gs.collections.api.factory.set.FixedSizeSetFactorypublic <T> com.gs.collections.api.set.FixedSizeSet<T> with(T one,
T two,
T three,
T four)
with in interface com.gs.collections.api.factory.set.FixedSizeSetFactorypublic <T> com.gs.collections.api.set.MutableSet<T> ofAll(java.lang.Iterable<? extends T> items)
com.gs.collections.api.factory.set.FixedSizeSetFactoryFixedSizeSetFactory.withAll(Iterable).ofAll in interface com.gs.collections.api.factory.set.FixedSizeSetFactorypublic <T> com.gs.collections.api.set.MutableSet<T> withAll(java.lang.Iterable<? extends T> items)
withAll in interface com.gs.collections.api.factory.set.FixedSizeSetFactory