Class AbstractSortedMultiSetDecorator<E>

Type Parameters:
E - The type held in the multiset
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, MultiSet<E>, SortedMultiSet<E>
Direct Known Subclasses:
UnmodifiableSortedMultiSet

public abstract class AbstractSortedMultiSetDecorator<E> extends AbstractMultiSetDecorator<E> implements SortedMultiSet<E>
Decorates another SortedMultiSet to provide additional behavior.

Methods are forwarded directly to the decorated multiset.

Since:
4.6.0
See Also: