public final class MutableSortedBagFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.bag.sorted.MutableSortedBagFactory
| Constructor and Description |
|---|
MutableSortedBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> |
empty() |
<T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> |
empty(java.util.Comparator<? super T> comparator) |
<T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> |
of()
Same as
MutableSortedBagFactory.with(). |
<T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> |
of(java.util.Comparator<? super T> comparator)
Same as
MutableSortedBagFactory.with(Comparator). |
<T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> |
of(java.util.Comparator<? super T> comparator,
T... elements)
Same as
MutableSortedBagFactory.with(Comparator, Object[]). |
<T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> |
of(T... elements)
Same as
MutableSortedBagFactory.with(Object[]). |
<T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> |
ofAll(java.util.Comparator<? super T> comparator,
java.lang.Iterable<? extends T> items)
Same as
MutableSortedBagFactory.withAll(Comparator, Iterable) |
<T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> |
ofAll(java.lang.Iterable<? extends T> items)
Same as
MutableSortedBagFactory.withAll(Comparator, Iterable). |
<T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> |
with() |
<T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> |
with(java.util.Comparator<? super T> comparator) |
<T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> |
with(java.util.Comparator<? super T> comparator,
T... elements) |
<T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> |
with(T... elements) |
<T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> |
withAll(java.util.Comparator<? super T> comparator,
java.lang.Iterable<? extends T> items) |
<T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> |
withAll(java.lang.Iterable<? extends T> items) |
public <T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> empty()
empty in interface com.gs.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> empty(java.util.Comparator<? super T> comparator)
empty in interface com.gs.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> of()
com.gs.collections.api.factory.bag.sorted.MutableSortedBagFactoryMutableSortedBagFactory.with().of in interface com.gs.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> with()
with in interface com.gs.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> of(java.util.Comparator<? super T> comparator)
com.gs.collections.api.factory.bag.sorted.MutableSortedBagFactoryMutableSortedBagFactory.with(Comparator).of in interface com.gs.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> with(java.util.Comparator<? super T> comparator)
with in interface com.gs.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> of(T... elements)
com.gs.collections.api.factory.bag.sorted.MutableSortedBagFactoryMutableSortedBagFactory.with(Object[]).of in interface com.gs.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> with(T... elements)
with in interface com.gs.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> of(java.util.Comparator<? super T> comparator,
T... elements)
com.gs.collections.api.factory.bag.sorted.MutableSortedBagFactoryMutableSortedBagFactory.with(Comparator, Object[]).of in interface com.gs.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> with(java.util.Comparator<? super T> comparator,
T... elements)
with in interface com.gs.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> ofAll(java.lang.Iterable<? extends T> items)
com.gs.collections.api.factory.bag.sorted.MutableSortedBagFactoryMutableSortedBagFactory.withAll(Comparator, Iterable).ofAll in interface com.gs.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> withAll(java.lang.Iterable<? extends T> items)
withAll in interface com.gs.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> ofAll(java.util.Comparator<? super T> comparator,
java.lang.Iterable<? extends T> items)
com.gs.collections.api.factory.bag.sorted.MutableSortedBagFactoryMutableSortedBagFactory.withAll(Comparator, Iterable)ofAll in interface com.gs.collections.api.factory.bag.sorted.MutableSortedBagFactorypublic <T> com.gs.collections.api.bag.sorted.MutableSortedBag<T> withAll(java.util.Comparator<? super T> comparator,
java.lang.Iterable<? extends T> items)
withAll in interface com.gs.collections.api.factory.bag.sorted.MutableSortedBagFactory