|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.WeakHashMap<K,java.lang.ref.WeakReference<V>>
org.eclipse.ocl.examples.domain.ids.impl.WeakHashMapOfWeakReference<K,V>
public abstract class WeakHashMapOfWeakReference<K,V extends ElementId>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Constructor Summary | |
---|---|
WeakHashMapOfWeakReference()
|
Method Summary | |
---|---|
V |
getId(K key)
|
protected abstract V |
newId(K key)
|
java.lang.String |
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 |
Constructor Detail |
---|
public WeakHashMapOfWeakReference()
Method Detail |
---|
@NonNull public V getId(@NonNull K key)
@NonNull protected abstract V newId(@NonNull K key)
public java.lang.String toString()
toString
in class java.util.AbstractMap<K,java.lang.ref.WeakReference<V extends ElementId>>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |