org.eclipse.emf.ecore.impl
Class EValidatorRegistryImpl
java.lang.Object
java.util.AbstractMap
java.util.HashMap
org.eclipse.emf.ecore.impl.EValidatorRegistryImpl
- All Implemented Interfaces:
- Cloneable, EValidator.Registry, Map, Serializable
- public class EValidatorRegistryImpl
- extends HashMap
- implements EValidator.Registry
An implementation of a validator registry.
- See Also:
- Serialized Form
Methods inherited from class java.util.HashMap |
clear, clone, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from interface java.util.Map |
clear, containsValue, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
delegateRegistry
protected EValidator.Registry delegateRegistry
EValidatorRegistryImpl
public EValidatorRegistryImpl()
EValidatorRegistryImpl
public EValidatorRegistryImpl(EValidator.Registry delegateRegistry)
get
public Object get(Object key)
- Specified by:
get
in interface Map
getEValidator
public EValidator getEValidator(EPackage ePackage)
- Description copied from interface:
EValidator.Registry
- Looks up the package in the map.
- Specified by:
getEValidator
in interface EValidator.Registry
delegatedGet
protected Object delegatedGet(Object key)
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey
in interface Map