wt.fc.collections
Class WTKeyedHashMap.HashMapProxy

java.lang.Object
  extended bywt.fc.collections.WTKeyedHashMap.HashMapProxy
Enclosing class:
WTKeyedHashMap

private static final class WTKeyedHashMap.HashMapProxy
extends Object

Used to remove mappings from keyMap once a Persistable is stored, since the Persistable's hashCode has changed.


Field Summary
(package private)  Persistable p
           
 
Constructor Summary
(package private) WTKeyedHashMap.HashMapProxy(Persistable p)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

p

final Persistable p
Constructor Detail

WTKeyedHashMap.HashMapProxy

WTKeyedHashMap.HashMapProxy(Persistable p)
Method Detail

hashCode

public int hashCode()

equals

public boolean equals(Object o)