Package edu.jas.util
Class MapEntry<K,V>
java.lang.Object
edu.jas.util.MapEntry<K,V>
- All Implemented Interfaces:
Map.Entry<K,
V>
MapEntry helper class implements Map.Entry.
Required until JDK 1.6 becomes every where available.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
-
value
-
-
Constructor Details
-
MapEntry
Constructor.
-
-
Method Details
-
getKey
Get the key. -
getValue
Get the value. -
setValue
Set the value. Is not implemented. -
equals
Comparison with any other object. -
hashCode
public int hashCode()Hash code for this MapEntry.
-