net.cscott.jutil
public class PersistentMultiMapFactory<K,V> extends MultiMapFactory<K,V>
Sets, not Maps of
generalized Collections (ie, no duplicate <key,value>
mappings are allowed). The implementation is based on persistent
randomized treaps.
Version: $Id: PersistentMultiMapFactory.java,v 1.5 2006-10-30 19:58:06 cananian Exp $
| Constructor Summary | |
|---|---|
| PersistentMultiMapFactory(Comparator<K> keyComparator, Comparator<V> valueComparator) Creates a PersistentMultiMapFactory. | |
| Method Summary | |
|---|---|
| MultiMap<K,V> | makeMultiMap() Generates a new unsynchronized mutable MultiMap which
is based on persistent randomized treaps. |