@Immutable public final class MutableSortedSetFactoryImpl extends Object implements org.eclipse.collections.api.factory.set.sorted.MutableSortedSetFactory
| Constructor and Description |
|---|
MutableSortedSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> |
empty() |
<T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> |
of() |
<T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> |
of(Comparator<? super T> comparator) |
<T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> |
of(Comparator<? super T> comparator,
T... items) |
<T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> |
of(T... items) |
<T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> |
ofAll(Comparator<? super T> comparator,
Iterable<? extends T> items) |
<T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> |
ofAll(Iterable<? extends T> items) |
<T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> |
with() |
<T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> |
with(Comparator<? super T> comparator) |
<T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> |
with(Comparator<? super T> comparator,
T... items) |
<T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> |
with(T... items) |
<T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> |
withAll(Comparator<? super T> comparator,
Iterable<? extends T> items) |
<T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> |
withAll(Iterable<? extends T> items) |
public <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> empty()
empty in interface org.eclipse.collections.api.factory.set.sorted.MutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> of()
of in interface org.eclipse.collections.api.factory.set.sorted.MutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> with()
with in interface org.eclipse.collections.api.factory.set.sorted.MutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> of(T... items)
of in interface org.eclipse.collections.api.factory.set.sorted.MutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> with(T... items)
with in interface org.eclipse.collections.api.factory.set.sorted.MutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> ofAll(Iterable<? extends T> items)
ofAll in interface org.eclipse.collections.api.factory.set.sorted.MutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> withAll(Iterable<? extends T> items)
withAll in interface org.eclipse.collections.api.factory.set.sorted.MutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> of(Comparator<? super T> comparator)
of in interface org.eclipse.collections.api.factory.set.sorted.MutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> with(Comparator<? super T> comparator)
with in interface org.eclipse.collections.api.factory.set.sorted.MutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> of(Comparator<? super T> comparator, T... items)
of in interface org.eclipse.collections.api.factory.set.sorted.MutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> with(Comparator<? super T> comparator, T... items)
with in interface org.eclipse.collections.api.factory.set.sorted.MutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> ofAll(Comparator<? super T> comparator, Iterable<? extends T> items)
ofAll in interface org.eclipse.collections.api.factory.set.sorted.MutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> withAll(Comparator<? super T> comparator, Iterable<? extends T> items)
withAll in interface org.eclipse.collections.api.factory.set.sorted.MutableSortedSetFactoryCopyright © 2004–2018. All rights reserved.