org.eclipse.ocl.examples.pivot.library
Class RegisteredContribution.AbstractRegistry<C extends RegisteredContribution<C>>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,C>
          extended by org.eclipse.ocl.examples.pivot.library.RegisteredContribution.AbstractRegistry<C>
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,C>, RegisteredContribution.Registry<C>
Enclosing interface:
RegisteredContribution<C extends RegisteredContribution<C>>

public static class RegisteredContribution.AbstractRegistry<C extends RegisteredContribution<C>>
extends java.util.HashMap<java.lang.String,C>
implements RegisteredContribution.Registry<C>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
RegisteredContribution.AbstractRegistry()
           
 
Method Summary
 C get(java.lang.Object key)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

RegisteredContribution.AbstractRegistry

public RegisteredContribution.AbstractRegistry()
Method Detail

get

public C get(java.lang.Object key)
Specified by:
get in interface java.util.Map<java.lang.String,C extends RegisteredContribution<C>>
Overrides:
get in class java.util.HashMap<java.lang.String,C extends RegisteredContribution<C>>