Class ReadOnlyNavigableSetFacade<E>

Type Parameters:
E - the element type
All Implemented Interfaces:
Iterable<E>, ReadOnlyCollection<E>, ReadOnlyNavigableSet<E>, ReadOnlySequencedCollection<E>, ReadOnlySequencedSet<E>, ReadOnlySet<E>, ReadOnlySortedSet<E>

public class ReadOnlyNavigableSetFacade<E> extends ReadOnlySetFacade<E> implements ReadOnlyNavigableSet<E>
Provides a ReadOnlyNavigableSet facade to a set of NavigableSet functions.
Author:
Werner Randelshofer