Class CollectionAsSet<K>

java.lang.Object
org.magicwerk.brownies.collections.CollectionAsSet<K>
All Implemented Interfaces:
Iterable<K>, Collection<K>, Set<K>
Direct Known Subclasses:
KeyCollectionAsSet

public class CollectionAsSet<K> extends Object implements Set<K>
Implements a Set based on a Collection. It supports both mutable and immutable sets.