akka.util
Class ConcurrentMultiMap<K,V>

java.lang.Object
  extended by akka.util.Index<K,V>
      extended by akka.util.ConcurrentMultiMap<K,V>

public class ConcurrentMultiMap<K,V>
extends Index<K,V>

An implementation of a ConcurrentMultiMap Adds/remove is serialized over the specified key Reads are fully concurrent <-- el-cheapo


Constructor Summary
ConcurrentMultiMap(int mapSize, java.util.Comparator<V> valueComparator)
           
 
Method Summary
 
Methods inherited from class akka.util.Index
clear, findValue, foreach, isEmpty, keys, mapSize, put, remove, remove, removeValue, valueComparator, valueIterator, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcurrentMultiMap

public ConcurrentMultiMap(int mapSize,
                          java.util.Comparator<V> valueComparator)