ImmutableSortedSetFactorypublic class ImmutableSortedSetFactoryImpl extends Object implements ImmutableSortedSetFactory
| Modifier and Type | Field | Description |
|---|---|---|
static ImmutableSortedSetFactory |
INSTANCE |
| Constructor | Description |
|---|---|
ImmutableSortedSetFactoryImpl() |
public static final ImmutableSortedSetFactory INSTANCE
public <T> ImmutableSortedSet<T> empty()
empty in interface ImmutableSortedSetFactorypublic <T> ImmutableSortedSet<T> empty(Comparator<? super T> comparator)
empty in interface ImmutableSortedSetFactorypublic <T> ImmutableSortedSet<T> of()
ImmutableSortedSetFactoryImmutableSortedSetFactory.empty().of in interface ImmutableSortedSetFactorypublic <T> ImmutableSortedSet<T> with()
ImmutableSortedSetFactoryImmutableSortedSetFactory.empty().with in interface ImmutableSortedSetFactorypublic <T> ImmutableSortedSet<T> of(T... items)
ImmutableSortedSetFactoryof in interface ImmutableSortedSetFactorypublic <T> ImmutableSortedSet<T> with(T... items)
with in interface ImmutableSortedSetFactorypublic <T> ImmutableSortedSet<T> ofAll(Iterable<? extends T> items)
ImmutableSortedSetFactoryofAll in interface ImmutableSortedSetFactorypublic <T> ImmutableSortedSet<T> withAll(Iterable<? extends T> items)
withAll in interface ImmutableSortedSetFactorypublic <T> ImmutableSortedSet<T> of(Comparator<? super T> comparator)
ImmutableSortedSetFactoryof in interface ImmutableSortedSetFactorypublic <T> ImmutableSortedSet<T> with(Comparator<? super T> comparator)
with in interface ImmutableSortedSetFactorypublic <T> ImmutableSortedSet<T> of(Comparator<? super T> comparator, T... items)
ImmutableSortedSetFactoryof in interface ImmutableSortedSetFactorypublic <T> ImmutableSortedSet<T> with(Comparator<? super T> comparator, T... items)
with in interface ImmutableSortedSetFactorypublic <T> ImmutableSortedSet<T> ofAll(Comparator<? super T> comparator, Iterable<? extends T> items)
ImmutableSortedSetFactoryofAll in interface ImmutableSortedSetFactorypublic <T> ImmutableSortedSet<T> withAll(Comparator<? super T> comparator, Iterable<? extends T> items)
withAll in interface ImmutableSortedSetFactorypublic <T> ImmutableSortedSet<T> ofSortedSet(SortedSet<T> set)
ImmutableSortedSetFactoryofSortedSet in interface ImmutableSortedSetFactorypublic <T> ImmutableSortedSet<T> withSortedSet(SortedSet<T> set)
withSortedSet in interface ImmutableSortedSetFactoryCopyright © 2004–2019. All rights reserved.