Interface SortedBag<T>

All Superinterfaces:
Bag<T>, Comparable<SortedBag<T>>, InternalIterable<T>, Iterable<T>, OrderedIterable<T>, ReversibleIterable<T>, RichIterable<T>, SortedIterable<T>
All Known Subinterfaces:
ImmutableSortedBag<T>, MutableSortedBag<T>

public interface SortedBag<T> extends Bag<T>, Comparable<SortedBag<T>>, SortedIterable<T>, ReversibleIterable<T>
An Iterable whose elements are sorted by some comparator or their natural ordering and may contain duplicate entries.
Since:
4.2