Class MutableSortedBagFactoryImpl
java.lang.Object
org.eclipse.collections.impl.bag.sorted.mutable.MutableSortedBagFactoryImpl
- All Implemented Interfaces:
MutableSortedBagFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> MutableSortedBag<T>empty()<T> MutableSortedBag<T>empty(Comparator<? super T> comparator) <T> MutableSortedBag<T>of()<T> MutableSortedBag<T>of(Comparator<? super T> comparator) <T> MutableSortedBag<T>of(Comparator<? super T> comparator, T... elements) <T> MutableSortedBag<T>of(T... elements) <T> MutableSortedBag<T><T> MutableSortedBag<T>ofAll(Comparator<? super T> comparator, Iterable<? extends T> items) <T> MutableSortedBag<T>with()<T> MutableSortedBag<T>with(Comparator<? super T> comparator) <T> MutableSortedBag<T>with(Comparator<? super T> comparator, T... elements) <T> MutableSortedBag<T>with(T... elements) <T> MutableSortedBag<T><T> MutableSortedBag<T>withAll(Comparator<? super T> comparator, Iterable<? extends T> items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableSortedBagFactoryImpl
public MutableSortedBagFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableSortedBagFactory
-
empty
- Specified by:
emptyin interfaceMutableSortedBagFactory
-
of
- Specified by:
ofin interfaceMutableSortedBagFactory
-
with
- Specified by:
within interfaceMutableSortedBagFactory
-
of
- Specified by:
ofin interfaceMutableSortedBagFactory
-
with
- Specified by:
within interfaceMutableSortedBagFactory
-
of
- Specified by:
ofin interfaceMutableSortedBagFactory
-
with
- Specified by:
within interfaceMutableSortedBagFactory
-
of
- Specified by:
ofin interfaceMutableSortedBagFactory
-
with
- Specified by:
within interfaceMutableSortedBagFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableSortedBagFactory
-
withAll
- Specified by:
withAllin interfaceMutableSortedBagFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableSortedBagFactory
-
withAll
public <T> MutableSortedBag<T> withAll(Comparator<? super T> comparator, Iterable<? extends T> items) - Specified by:
withAllin interfaceMutableSortedBagFactory
-