Class ReadOnlySortedSetFacade<E>

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

public class ReadOnlySortedSetFacade<E> extends ReadOnlySetFacade<E> implements ReadOnlySortedSet<E>
Provides a ReadOnlySortedSet facade to a set of SortedSet functions.
Author:
Werner Randelshofer