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> 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> <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> <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:
empty
in interfaceMutableSortedSetFactory
-
of
Description copied from interface:MutableSortedSetFactory
Same asMutableSortedSetFactory.empty()
.- Specified by:
of
in interfaceMutableSortedSetFactory
-
with
Description copied from interface:MutableSortedSetFactory
Same asMutableSortedSetFactory.empty()
.- Specified by:
with
in interfaceMutableSortedSetFactory
-
of
- Specified by:
of
in interfaceMutableSortedSetFactory
-
with
- Specified by:
with
in interfaceMutableSortedSetFactory
-
ofAll
- Specified by:
ofAll
in interfaceMutableSortedSetFactory
-
withAll
- Specified by:
withAll
in interfaceMutableSortedSetFactory
-
of
- Specified by:
of
in interfaceMutableSortedSetFactory
-
with
- Specified by:
with
in interfaceMutableSortedSetFactory
-
of
- Specified by:
of
in interfaceMutableSortedSetFactory
-
with
- Specified by:
with
in interfaceMutableSortedSetFactory
-
ofAll
- Specified by:
ofAll
in interfaceMutableSortedSetFactory
-
withAll
public <T> MutableSortedSet<T> withAll(Comparator<? super T> comparator, Iterable<? extends T> items) - Specified by:
withAll
in interfaceMutableSortedSetFactory
-