@Immutable
public final class ImmutableSortedSetFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactory
| Constructor and Description |
|---|
ImmutableSortedSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> |
empty() |
<T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> |
empty(java.util.Comparator<? super T> comparator) |
<T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> |
of()
Same as
ImmutableSortedSetFactory.empty(). |
<T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> |
of(java.util.Comparator<? super T> comparator)
Same as
ImmutableSortedSetFactory.with(Comparator). |
<T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> |
of(java.util.Comparator<? super T> comparator,
T... items)
Same as
ImmutableSortedSetFactory.with(Comparator, Object[]). |
<T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> |
of(T... items)
Same as
ImmutableSortedSetFactory.with(Object[]). |
<T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> |
ofAll(java.util.Comparator<? super T> comparator,
java.lang.Iterable<? extends T> items)
Same as
ImmutableSortedSetFactory.withAll(Comparator, Iterable). |
<T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> |
ofAll(java.lang.Iterable<? extends T> items)
Same as
ImmutableSortedSetFactory.withAll(Iterable). |
<T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> |
ofSortedSet(java.util.SortedSet<T> set)
Same as
ImmutableSortedSetFactory.withSortedSet(SortedSet). |
<T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> |
with()
Same as
ImmutableSortedSetFactory.empty(). |
<T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> |
with(java.util.Comparator<? super T> comparator) |
<T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> |
with(java.util.Comparator<? super T> comparator,
T... items) |
<T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> |
with(T... items) |
<T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> |
withAll(java.util.Comparator<? super T> comparator,
java.lang.Iterable<? extends T> items) |
<T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> |
withAll(java.lang.Iterable<? extends T> items) |
<T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> |
withSortedSet(java.util.SortedSet<T> set) |
public <T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> empty()
empty in interface com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> empty(java.util.Comparator<? super T> comparator)
empty in interface com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> of()
com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactoryImmutableSortedSetFactory.empty().of in interface com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> with()
com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactoryImmutableSortedSetFactory.empty().with in interface com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> of(T... items)
com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactoryImmutableSortedSetFactory.with(Object[]).of in interface com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> with(T... items)
with in interface com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> ofAll(java.lang.Iterable<? extends T> items)
com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactoryImmutableSortedSetFactory.withAll(Iterable).ofAll in interface com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> withAll(java.lang.Iterable<? extends T> items)
withAll in interface com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> of(java.util.Comparator<? super T> comparator)
com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactoryImmutableSortedSetFactory.with(Comparator).of in interface com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> with(java.util.Comparator<? super T> comparator)
with in interface com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> of(java.util.Comparator<? super T> comparator,
T... items)
com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactoryImmutableSortedSetFactory.with(Comparator, Object[]).of in interface com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> with(java.util.Comparator<? super T> comparator,
T... items)
with in interface com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> ofAll(java.util.Comparator<? super T> comparator,
java.lang.Iterable<? extends T> items)
com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactoryImmutableSortedSetFactory.withAll(Comparator, Iterable).ofAll in interface com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> withAll(java.util.Comparator<? super T> comparator,
java.lang.Iterable<? extends T> items)
withAll in interface com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> ofSortedSet(java.util.SortedSet<T> set)
com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactoryImmutableSortedSetFactory.withSortedSet(SortedSet).ofSortedSet in interface com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactorypublic <T> com.gs.collections.api.set.sorted.ImmutableSortedSet<T> withSortedSet(java.util.SortedSet<T> set)
withSortedSet in interface com.gs.collections.api.factory.set.sorted.ImmutableSortedSetFactory