java.util
Class WeakHashMap.Entry

java.lang.Object
  |
  +--java.util.WeakHashMap.Entry

private static class WeakHashMap.Entry
extends Object
implements Map.Entry


Field Summary
private  Map.Entry ent
           
private  Object key
           
 
Constructor Summary
(package private) WeakHashMap.Entry(Map.Entry ent, Object key)
           
 
Method Summary
 boolean equals(Object o)
           
 Object getKey()
           
 Object getValue()
           
 int hashCode()
           
 Object setValue(Object value)
           
private static boolean valEquals(Object o1, Object o2)
           
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

ent

private Map.Entry ent

key

private Object key
Constructor Detail

WeakHashMap.Entry

WeakHashMap.Entry(Map.Entry ent,
                  Object key)
Method Detail

getKey

public Object getKey()
Specified by:
getKey in interface Map.Entry

getValue

public Object getValue()
Specified by:
getValue in interface Map.Entry

setValue

public Object setValue(Object value)
Specified by:
setValue in interface Map.Entry

valEquals

private static boolean valEquals(Object o1,
                                 Object o2)

equals

public boolean equals(Object o)
Specified by:
equals in interface Map.Entry
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface Map.Entry
Overrides:
hashCode in class Object