org.eclipse.ocl.examples.domain.ids.impl
Class AbstractElementId.PropertyIdsMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.WeakHashMap<K,java.lang.ref.WeakReference<V>>
          extended by org.eclipse.ocl.examples.domain.ids.impl.WeakHashMapOfWeakReference<java.lang.String,PropertyIdImpl>
              extended by org.eclipse.ocl.examples.domain.ids.impl.AbstractElementId.PropertyIdsMap
All Implemented Interfaces:
java.util.Map<java.lang.String,java.lang.ref.WeakReference<PropertyIdImpl>>
Enclosing class:
AbstractElementId

protected static final class AbstractElementId.PropertyIdsMap
extends WeakHashMapOfWeakReference<java.lang.String,PropertyIdImpl>


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
protected  TypeId parentId
           
 
Constructor Summary
AbstractElementId.PropertyIdsMap(TypeId parentId)
           
 
Method Summary
protected  PropertyIdImpl newId(java.lang.String name)
           
 
Methods inherited from class org.eclipse.ocl.examples.domain.ids.impl.WeakHashMapOfWeakReference
getId, toString
 
Methods inherited from class java.util.WeakHashMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

parentId

@NonNull
protected final TypeId parentId
Constructor Detail

AbstractElementId.PropertyIdsMap

public AbstractElementId.PropertyIdsMap(@NonNull
                                        TypeId parentId)
Method Detail

newId

@NonNull
protected PropertyIdImpl newId(@NonNull
                                       java.lang.String name)
Specified by:
newId in class WeakHashMapOfWeakReference<java.lang.String,PropertyIdImpl>