@Immutable public final class ImmutableSortedSetFactoryImpl extends Object implements org.eclipse.collections.api.factory.set.sorted.ImmutableSortedSetFactory
| Constructor and Description |
|---|
ImmutableSortedSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> |
empty() |
<T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> |
empty(Comparator<? super T> comparator) |
<T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> |
of() |
<T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> |
of(Comparator<? super T> comparator) |
<T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> |
of(Comparator<? super T> comparator,
T... items) |
<T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> |
of(T... items) |
<T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> |
ofAll(Comparator<? super T> comparator,
Iterable<? extends T> items) |
<T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> |
ofAll(Iterable<? extends T> items) |
<T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> |
ofSortedSet(SortedSet<T> set) |
<T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> |
with() |
<T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> |
with(Comparator<? super T> comparator) |
<T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> |
with(Comparator<? super T> comparator,
T... items) |
<T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> |
with(T... items) |
<T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> |
withAll(Comparator<? super T> comparator,
Iterable<? extends T> items) |
<T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> |
withAll(Iterable<? extends T> items) |
<T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> |
withSortedSet(SortedSet<T> set) |
public <T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> empty()
empty in interface org.eclipse.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> empty(Comparator<? super T> comparator)
empty in interface org.eclipse.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> of()
of in interface org.eclipse.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> with()
with in interface org.eclipse.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> of(T... items)
of in interface org.eclipse.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> with(T... items)
with in interface org.eclipse.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> ofAll(Iterable<? extends T> items)
ofAll in interface org.eclipse.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> withAll(Iterable<? extends T> items)
withAll in interface org.eclipse.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> of(Comparator<? super T> comparator)
of in interface org.eclipse.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> with(Comparator<? super T> comparator)
with in interface org.eclipse.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> of(Comparator<? super T> comparator, T... items)
of in interface org.eclipse.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> with(Comparator<? super T> comparator, T... items)
with in interface org.eclipse.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> ofAll(Comparator<? super T> comparator, Iterable<? extends T> items)
ofAll in interface org.eclipse.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> withAll(Comparator<? super T> comparator, Iterable<? extends T> items)
withAll in interface org.eclipse.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> ofSortedSet(SortedSet<T> set)
ofSortedSet in interface org.eclipse.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> withSortedSet(SortedSet<T> set)
withSortedSet in interface org.eclipse.collections.api.factory.set.sorted.ImmutableSortedSetFactoryCopyright © 2004–2017. All rights reserved.