public final class MutableSortedBagFactoryImpl extends Object implements org.eclipse.collections.api.factory.bag.sorted.MutableSortedBagFactory
| Constructor and Description |
|---|
MutableSortedBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> |
empty() |
<T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> |
empty(Comparator<? super T> comparator) |
<T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> |
of() |
<T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> |
of(Comparator<? super T> comparator) |
<T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> |
of(Comparator<? super T> comparator,
T... elements) |
<T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> |
of(T... elements) |
<T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> |
ofAll(Comparator<? super T> comparator,
Iterable<? extends T> items) |
<T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> |
ofAll(Iterable<? extends T> items) |
<T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> |
with() |
<T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> |
with(Comparator<? super T> comparator) |
<T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> |
with(Comparator<? super T> comparator,
T... elements) |
<T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> |
with(T... elements) |
<T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> |
withAll(Comparator<? super T> comparator,
Iterable<? extends T> items) |
<T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> |
withAll(Iterable<? extends T> items) |
public <T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> empty()
empty in interface org.eclipse.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> empty(Comparator<? super T> comparator)
empty in interface org.eclipse.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> of()
of in interface org.eclipse.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> with()
with in interface org.eclipse.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> of(Comparator<? super T> comparator)
of in interface org.eclipse.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> with(Comparator<? super T> comparator)
with in interface org.eclipse.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> of(T... elements)
of in interface org.eclipse.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> with(T... elements)
with in interface org.eclipse.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> of(Comparator<? super T> comparator, T... elements)
of in interface org.eclipse.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> with(Comparator<? super T> comparator, T... elements)
with in interface org.eclipse.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> ofAll(Iterable<? extends T> items)
ofAll in interface org.eclipse.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> withAll(Iterable<? extends T> items)
withAll in interface org.eclipse.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> ofAll(Comparator<? super T> comparator, Iterable<? extends T> items)
ofAll in interface org.eclipse.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> withAll(Comparator<? super T> comparator, Iterable<? extends T> items)
withAll in interface org.eclipse.collections.api.factory.bag.sorted.MutableSortedBagFactoryCopyright © 2004–2017. All rights reserved.