Class AbstractNavigableSetDecorator<E>

Type Parameters:
E - the type of the elements in the navigable set
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, NavigableSet<E>, Set<E>, SortedSet<E>
Direct Known Subclasses:
UnmodifiableNavigableSet

public abstract class AbstractNavigableSetDecorator<E> extends AbstractSortedSetDecorator<E> implements NavigableSet<E>
Decorates another NavigableSet to provide additional behavior.

Methods are forwarded directly to the decorated set.

Since:
4.1
See Also: