Package groovy.util
Class MapEntry
java.lang.Object
groovy.util.MapEntry
- All Implemented Interfaces:
- Map.Entry
A Map.Entry implementation.
- 
Constructor Details- 
MapEntry
 
- 
- 
Method Details- 
equals
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
- 
getKey
- 
setKey
- 
getValue
- 
setValue
- 
hashHelper method to handle object hashes for possibly null values
 
-