public class MutableSortedBagFactoryImpl extends Object implements MutableSortedBagFactory
| Modifier and Type | Field and Description |
|---|---|
static MutableSortedBagFactory |
INSTANCE |
| 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() |
<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 static final MutableSortedBagFactory INSTANCE
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()
of in interface MutableSortedBagFactorypublic <T> MutableSortedBag<T> with()
with in interface MutableSortedBagFactorypublic <T> MutableSortedBag<T> of(Comparator<? super T> comparator)
of in interface MutableSortedBagFactorypublic <T> MutableSortedBag<T> with(Comparator<? super T> comparator)
with in interface MutableSortedBagFactorypublic <T> MutableSortedBag<T> of(T... elements)
of in interface MutableSortedBagFactorypublic <T> MutableSortedBag<T> with(T... elements)
with in interface MutableSortedBagFactorypublic <T> MutableSortedBag<T> of(Comparator<? super T> comparator, T... elements)
of 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)
ofAll 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)
ofAll in interface MutableSortedBagFactorypublic <T> MutableSortedBag<T> withAll(Comparator<? super T> comparator, Iterable<? extends T> items)
withAll in interface MutableSortedBagFactoryCopyright © 2004–2022. All rights reserved.