Package groovy.util
Class MapEntry
- java.lang.Object
-
- groovy.util.MapEntry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(MapEntry that)
boolean
equals(Object that)
Object
getKey()
Object
getValue()
protected int
hash(Object object)
Helper method to handle object hashes for possibly null valuesint
hashCode()
void
setKey(Object key)
Object
setValue(Object value)
String
toString()
-