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 behaviour.

Methods are forwarded directly to the decorated set.

Since:
4.1
Version:
$Id: AbstractNavigableSetDecorator.java 1686855 2015-06-22 13:00:27Z tn $
See Also: