edu.jas.util
Class MapEntry<K,V>
- java.lang.Object
-
- edu.jas.util.MapEntry<K,V>
-
- All Implemented Interfaces:
- java.util.Map.Entry<K,V>
public class MapEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>MapEntry helper class implements Map.Entry. Required until JDK 1.6 becomes every where available.- See Also:
in JDK 1.6.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanequals(java.lang.Object b)Comparison with any other object.KgetKey()Get the key.VgetValue()Get the value.inthashCode()Hash code for this MapEntry.VsetValue(V value)Set the value.
-
DMelt 3.0 © DataMelt by jWork.ORG