Interface SortedSetDelegate<E>

All Superinterfaces:
Collection<E>, Iterable<E>, Set<E>, SetDelegate<E>, SortedSet<E>
All Known Subinterfaces:
NavigableSetDelegate<E>

@Beta
public interface SortedSetDelegate<E>
extends SetDelegate<E>, SortedSet<E>
Sorted set protocol.