Class ConvertedNavigableSet<E,W>

Type Parameters:
E - element type of this set
W - element type of the wrapped set
All Implemented Interfaces:
Iterable<E>, Collection<E>, NavigableSet<E>, Set<E>, SortedSet<E>

public class ConvertedNavigableSet<E,W> extends AbstractNavigableSet<E>
Provides a transformed view of a wrapped NavigableSet using a strictly invertable Converter.

Supplied Converters may throw ClassCastException or IllegalArgumentException if given an objects whose runtime type does not match the expected type.