net.cscott.jutil
public class AggregateSetFactory<V> extends SetFactory<V> implements Serializable
Version: $Id: AggregateSetFactory.java,v 1.6 2006-10-30 20:14:41 cananian Exp $
Constructor Summary | |
---|---|
AggregateSetFactory() Creates an AggregateSetFactory. |
Method Summary | |
---|---|
Set<V> | makeSet(Collection<? extends V> c) Generates a new mutable Set which is a
subset of the backing set of this
AggregateSetFactory.
|
remove()
method of the returned Set
is very slow.