net.cscott.jutil
public class AggregateMapFactory<K,V> extends MapFactory<K,V> implements Serializable
Version: $Id: AggregateMapFactory.java,v 1.6 2006-10-30 19:58:05 cananian Exp $
| Constructor Summary | |
|---|---|
| AggregateMapFactory() Creates an AggregateMapFactory. | |
| Method Summary | |
|---|---|
| Map<K,V> | makeMap(Map<? extends K,? extends V> mm) Generates a new mutable Map which is a
subset of the backing set of this
AggregateMapFactory. |