Class MutableSortedSetFactoryImpl
java.lang.Object
org.eclipse.collections.impl.set.sorted.mutable.MutableSortedSetFactoryImpl
- All Implemented Interfaces:
MutableSortedSetFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> MutableSortedSet<T>empty()<T> MutableSortedSet<T>empty(Comparator<? super T> comparator) <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><T> MutableSortedSet<T>ofAll(Comparator<? super T> comparator, 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><T> MutableSortedSet<T>withAll(Comparator<? super T> comparator, Iterable<? extends T> items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableSortedSetFactoryImpl
public MutableSortedSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableSortedSetFactory
-
empty
- Specified by:
emptyin interfaceMutableSortedSetFactory
-
of
- Specified by:
ofin interfaceMutableSortedSetFactory
-
with
- Specified by:
within interfaceMutableSortedSetFactory
-
of
- Specified by:
ofin interfaceMutableSortedSetFactory
-
with
- Specified by:
within interfaceMutableSortedSetFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableSortedSetFactory
-
withAll
- Specified by:
withAllin interfaceMutableSortedSetFactory
-
of
- Specified by:
ofin interfaceMutableSortedSetFactory
-
with
- Specified by:
within interfaceMutableSortedSetFactory
-
of
- Specified by:
ofin interfaceMutableSortedSetFactory
-
with
- Specified by:
within interfaceMutableSortedSetFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableSortedSetFactory
-
withAll
public <T> MutableSortedSet<T> withAll(Comparator<? super T> comparator, Iterable<? extends T> items) - Specified by:
withAllin interfaceMutableSortedSetFactory
-