Package groovy.util
Class MapEntry
- java.lang.Object
- 
- groovy.util.MapEntry
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(MapEntry that)booleanequals(Object that)ObjectgetKey()ObjectgetValue()protected inthash(Object object)Helper method to handle object hashes for possibly null valuesinthashCode()voidsetKey(Object key)ObjectsetValue(Object value)StringtoString()
 
-