Class ConvertedSet<E,W>

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

public class ConvertedSet<E,W> extends AbstractIterationSet<E>
Provides a transformed view of a wrapped Set using a strictly invertable Converter.