edu.mit.ai.psg.utilities
Class HashMapCache.Entry

java.lang.Object
  |
  +--edu.mit.ai.psg.utilities.HashMapCache.Entry
Enclosing class:
HashMapCache

protected static class HashMapCache.Entry
extends Object
implements Map.Entry


Method Summary
 boolean equals(Object obj)
           
 Object getKey()
           
 Object getValue()
           
 int hashCode()
           
 Object setValue(Object v)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

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 v)
Specified by:
setValue in interface Map.Entry
Throws:
UnsupportedOperationException -  

hashCode

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

equals

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

Copyright (c) 1996-1999
Massachusetts Institute of Technology

Feedback: jeva-feedback@ai.mit.edu