All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>
Direct Known Subclasses:
TransformSortedSet

public class TransformSet<E,W> extends TransformCollection<E,W> implements Set<E>
Wraps a Set, with optional type conversion.
Author:
AO Industries, Inc.