Class AbstractImmutableMap<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
org.jboss.weld.util.collections.AbstractImmutableMap<K,V>
Type Parameters:
K - the key type
V - the value type
All Implemented Interfaces:
Map<K,V>
Direct Known Subclasses:
ImmutableMap

public abstract class AbstractImmutableMap<K,V> extends AbstractMap<K,V>
Common implementation for all immutable map implementations.
Author:
Jozef Hartinger