public final class MutableSortedBagFactoryImpl extends Object implements MutableSortedBagFactory
| Constructor and Description |
|---|
MutableSortedBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> MutableSortedBag<T> |
empty() |
<T> MutableSortedBag<T> |
empty(Comparator<? super T> comparator) |
<T> MutableSortedBag<T> |
of()
Same as
MutableSortedBagFactory.with(). |
<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> |
ofAll(Comparator<? super T> comparator,
Iterable<? extends T> items)
|
<T> MutableSortedBag<T> |
ofAll(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> |
withAll(Comparator<? super T> comparator,
Iterable<? extends T> items) |
<T> MutableSortedBag<T> |
withAll(Iterable<? extends T> items) |
public <T> MutableSortedBag<T> empty()
empty in interface MutableSortedBagFactorypublic <T> MutableSortedBag<T> empty(Comparator<? super T> comparator)
empty in interface MutableSortedBagFactorypublic <T> MutableSortedBag<T> of()
MutableSortedBagFactoryMutableSortedBagFactory.with().of in interface MutableSortedBagFactorypublic <T> MutableSortedBag<T> with()
with in interface MutableSortedBagFactorypublic <T> MutableSortedBag<T> of(Comparator<? super T> comparator)
MutableSortedBagFactoryof in interface MutableSortedBagFactorypublic <T> MutableSortedBag<T> with(Comparator<? super T> comparator)
with in interface MutableSortedBagFactorypublic <T> MutableSortedBag<T> of(T... elements)
MutableSortedBagFactoryof in interface MutableSortedBagFactorypublic <T> MutableSortedBag<T> with(T... elements)
with in interface MutableSortedBagFactorypublic <T> MutableSortedBag<T> of(Comparator<? super T> comparator, T... elements)
MutableSortedBagFactoryof in interface MutableSortedBagFactorypublic <T> MutableSortedBag<T> with(Comparator<? super T> comparator, T... elements)
with in interface MutableSortedBagFactorypublic <T> MutableSortedBag<T> ofAll(Iterable<? extends T> items)
MutableSortedBagFactoryofAll in interface MutableSortedBagFactorypublic <T> MutableSortedBag<T> withAll(Iterable<? extends T> items)
withAll in interface MutableSortedBagFactorypublic <T> MutableSortedBag<T> ofAll(Comparator<? super T> comparator, Iterable<? extends T> items)
MutableSortedBagFactoryofAll in interface MutableSortedBagFactorypublic <T> MutableSortedBag<T> withAll(Comparator<? super T> comparator, Iterable<? extends T> items)
withAll in interface MutableSortedBagFactoryCopyright © 2004–2016. All rights reserved.