Class TypeHashMap<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
org.eclipse.m2m.atl.emftvm.util.TypeHashMap<K,V>
Type Parameters:
K -
V -
All Implemented Interfaces:
Serializable, Cloneable, Map<K,V>, TypeMap<K,V>

public class TypeHashMap<K,V> extends HashMap<K,V> implements TypeMap<K,V>
HashMap implementation of TypeMap.
See Also:
  • Constructor Details

    • TypeHashMap

      public TypeHashMap()
  • Method Details