@Immutable
public final class MutableSortedSetFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.set.sorted.MutableSortedSetFactory
| Constructor and Description |
|---|
MutableSortedSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> com.gs.collections.api.set.sorted.MutableSortedSet<T> |
of() |
<T> com.gs.collections.api.set.sorted.MutableSortedSet<T> |
of(java.util.Comparator<? super T> comparator) |
<T> com.gs.collections.api.set.sorted.MutableSortedSet<T> |
of(java.util.Comparator<? super T> comparator,
T... items) |
<T> com.gs.collections.api.set.sorted.MutableSortedSet<T> |
of(T... items) |
<T> com.gs.collections.api.set.sorted.MutableSortedSet<T> |
ofAll(java.util.Comparator<? super T> comparator,
java.lang.Iterable<? extends T> items) |
<T> com.gs.collections.api.set.sorted.MutableSortedSet<T> |
ofAll(java.lang.Iterable<? extends T> items) |
<T> com.gs.collections.api.set.sorted.MutableSortedSet<T> |
with() |
<T> com.gs.collections.api.set.sorted.MutableSortedSet<T> |
with(java.util.Comparator<? super T> comparator) |
<T> com.gs.collections.api.set.sorted.MutableSortedSet<T> |
with(java.util.Comparator<? super T> comparator,
T... items) |
<T> com.gs.collections.api.set.sorted.MutableSortedSet<T> |
with(T... items) |
<T> com.gs.collections.api.set.sorted.MutableSortedSet<T> |
withAll(java.util.Comparator<? super T> comparator,
java.lang.Iterable<? extends T> items) |
<T> com.gs.collections.api.set.sorted.MutableSortedSet<T> |
withAll(java.lang.Iterable<? extends T> items) |
public <T> com.gs.collections.api.set.sorted.MutableSortedSet<T> of()
of in interface com.gs.collections.api.factory.set.sorted.MutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.MutableSortedSet<T> with()
with in interface com.gs.collections.api.factory.set.sorted.MutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.MutableSortedSet<T> of(T... items)
of in interface com.gs.collections.api.factory.set.sorted.MutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.MutableSortedSet<T> with(T... items)
with in interface com.gs.collections.api.factory.set.sorted.MutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.MutableSortedSet<T> ofAll(java.lang.Iterable<? extends T> items)
ofAll in interface com.gs.collections.api.factory.set.sorted.MutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.MutableSortedSet<T> withAll(java.lang.Iterable<? extends T> items)
withAll in interface com.gs.collections.api.factory.set.sorted.MutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.MutableSortedSet<T> of(java.util.Comparator<? super T> comparator)
of in interface com.gs.collections.api.factory.set.sorted.MutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.MutableSortedSet<T> with(java.util.Comparator<? super T> comparator)
with in interface com.gs.collections.api.factory.set.sorted.MutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.MutableSortedSet<T> of(java.util.Comparator<? super T> comparator,
T... items)
of in interface com.gs.collections.api.factory.set.sorted.MutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.MutableSortedSet<T> with(java.util.Comparator<? super T> comparator,
T... items)
with in interface com.gs.collections.api.factory.set.sorted.MutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.MutableSortedSet<T> ofAll(java.util.Comparator<? super T> comparator,
java.lang.Iterable<? extends T> items)
ofAll in interface com.gs.collections.api.factory.set.sorted.MutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.MutableSortedSet<T> withAll(java.util.Comparator<? super T> comparator,
java.lang.Iterable<? extends T> items)
withAll in interface com.gs.collections.api.factory.set.sorted.MutableSortedSetFactory