Class OpenHashMapList<K,V>

java.lang.Object
org.apache.felix.resolver.util.OpenHashMap<K,CopyOnWriteList<V>>
org.apache.felix.resolver.util.OpenHashMapList<K,V>
All Implemented Interfaces:
Serializable, Cloneable, Map<K,CopyOnWriteList<V>>, SequencedMap<K,CopyOnWriteList<V>>, SortedMap<K,CopyOnWriteList<V>>

public class OpenHashMapList<K,V> extends OpenHashMap<K,CopyOnWriteList<V>>
See Also: