Package com.gentlyweb.utils
Class ItemPair
- java.lang.Object
-
- com.gentlyweb.utils.ItemPair
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
This method just uses the algorithm defined in the Map.Entry interface.Object
getKey()
Object
getValue()
int
hashCode()
This method just uses the algorithm defined in the Map.Entry interface.Object
setValue(Object value)
-