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