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 booleanequals(Object o)This method just uses the algorithm defined in the Map.Entry interface.ObjectgetKey()ObjectgetValue()inthashCode()This method just uses the algorithm defined in the Map.Entry interface.ObjectsetValue(Object value)
-