Class MultiKeyConcurrentHashMap<K,V>

java.lang.Object
com.sun.faces.util.MultiKeyConcurrentHashMap<K,V>

public class MultiKeyConcurrentHashMap<K,V> extends Object
This code is based off the source for ConcurrentHashMap from JDK 5 with the ability of mapping multiple keys to a single value.
  • This Map implemenation does not support iteration through keys and/or values.
  • This Map implementation is NOT Serialziable.
  • This cannot be cast as a general Map implementation.