public class ImmutableSortedBagFactoryImpl extends Object implements ImmutableSortedBagFactory
| Constructor and Description |
|---|
ImmutableSortedBagFactoryImpl() |
public <T> ImmutableSortedBag<T> empty()
empty in interface ImmutableSortedBagFactorypublic <T> ImmutableSortedBag<T> empty(Comparator<? super T> comparator)
empty in interface ImmutableSortedBagFactorypublic <T> ImmutableSortedBag<T> of()
ImmutableSortedBagFactoryImmutableSortedBagFactory.empty().of in interface ImmutableSortedBagFactorypublic <T> ImmutableSortedBag<T> with()
ImmutableSortedBagFactoryImmutableSortedBagFactory.empty().with in interface ImmutableSortedBagFactorypublic <T> ImmutableSortedBag<T> of(T... items)
ImmutableSortedBagFactoryof in interface ImmutableSortedBagFactorypublic <T> ImmutableSortedBag<T> with(T... items)
with in interface ImmutableSortedBagFactorypublic <T> ImmutableSortedBag<T> ofAll(Iterable<? extends T> items)
ImmutableSortedBagFactoryofAll in interface ImmutableSortedBagFactorypublic <T> ImmutableSortedBag<T> withAll(Iterable<? extends T> items)
withAll in interface ImmutableSortedBagFactorypublic <T> ImmutableSortedBag<T> of(Comparator<? super T> comparator)
ImmutableSortedBagFactoryof in interface ImmutableSortedBagFactorypublic <T> ImmutableSortedBag<T> with(Comparator<? super T> comparator)
with in interface ImmutableSortedBagFactorypublic <T> ImmutableSortedBag<T> of(Comparator<? super T> comparator, T... items)
ImmutableSortedBagFactoryof in interface ImmutableSortedBagFactorypublic <T> ImmutableSortedBag<T> with(Comparator<? super T> comparator, T... items)
with in interface ImmutableSortedBagFactorypublic <T> ImmutableSortedBag<T> ofAll(Comparator<? super T> comparator, Iterable<? extends T> items)
ImmutableSortedBagFactoryofAll in interface ImmutableSortedBagFactorypublic <T> ImmutableSortedBag<T> withAll(Comparator<? super T> comparator, Iterable<? extends T> items)
withAll in interface ImmutableSortedBagFactorypublic <T> ImmutableSortedBag<T> ofSortedBag(SortedBag<T> bag)
ImmutableSortedBagFactoryofSortedBag in interface ImmutableSortedBagFactorypublic <T> ImmutableSortedBag<T> withSortedBag(SortedBag<T> bag)
withSortedBag in interface ImmutableSortedBagFactoryCopyright © 2004–2016. All rights reserved.