@Immutable
public final class MutableSetFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.set.MutableSetFactory
| Constructor and Description |
|---|
MutableSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> com.gs.collections.api.set.MutableSet<T> |
of()
Same as
MutableSetFactory.with(). |
<T> com.gs.collections.api.set.MutableSet<T> |
of(T... items)
Same as
MutableSetFactory.with(Object[]). |
<T> com.gs.collections.api.set.MutableSet<T> |
ofAll(java.lang.Iterable<? extends T> items)
Same as
MutableSetFactory.withAll(Iterable). |
<T> com.gs.collections.api.set.MutableSet<T> |
with() |
<T> com.gs.collections.api.set.MutableSet<T> |
with(T... items) |
<T> com.gs.collections.api.set.MutableSet<T> |
withAll(java.lang.Iterable<? extends T> items) |
public <T> com.gs.collections.api.set.MutableSet<T> of()
com.gs.collections.api.factory.set.MutableSetFactoryMutableSetFactory.with().of in interface com.gs.collections.api.factory.set.MutableSetFactorypublic <T> com.gs.collections.api.set.MutableSet<T> with()
with in interface com.gs.collections.api.factory.set.MutableSetFactorypublic <T> com.gs.collections.api.set.MutableSet<T> of(T... items)
com.gs.collections.api.factory.set.MutableSetFactoryMutableSetFactory.with(Object[]).of in interface com.gs.collections.api.factory.set.MutableSetFactorypublic <T> com.gs.collections.api.set.MutableSet<T> with(T... items)
with in interface com.gs.collections.api.factory.set.MutableSetFactorypublic <T> com.gs.collections.api.set.MutableSet<T> ofAll(java.lang.Iterable<? extends T> items)
com.gs.collections.api.factory.set.MutableSetFactoryMutableSetFactory.withAll(Iterable).ofAll in interface com.gs.collections.api.factory.set.MutableSetFactorypublic <T> com.gs.collections.api.set.MutableSet<T> withAll(java.lang.Iterable<? extends T> items)
withAll in interface com.gs.collections.api.factory.set.MutableSetFactory