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