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
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