Class KeyCollectionAsSet<E>

java.lang.Object
org.magicwerk.brownies.collections.CollectionAsSet<E>
org.magicwerk.brownies.collections.KeyCollectionAsSet<E>
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Set<E>

public class KeyCollectionAsSet<E> extends CollectionAsSet<E> implements Serializable
Implements a Set based on a Collection.
See Also: