java.util
Class HashMap.Entry
java.lang.Object
java.util.HashMap.Entry
- All Implemented Interfaces:
- Map.Entry
- Enclosing class:
- HashMap
- static class HashMap.Entry
- extends Object
- implements Map.Entry
key
final Object key
next
HashMap.Entry next
value
Object value
hash
final int hash
HashMap.Entry
HashMap.Entry(int,
Object,
Object,
HashMap.Entry)
hashCode
public int hashCode()
- Specified by:
hashCode in interface Map.Entry- Overrides:
hashCode in class Object
getKey
public Object getKey()
- Specified by:
getKey in interface Map.Entry
getValue
public Object getValue()
- Specified by:
getValue in interface Map.Entry
equals
public boolean equals(Object)
- Specified by:
equals in interface Map.Entry- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
recordAccess
void recordAccess(HashMap)
recordRemoval
void recordRemoval(HashMap)
setValue
public Object setValue(Object)
- Specified by:
setValue in interface Map.Entry
JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.