Package com.gentlyweb.utils
Class ItemPair
java.lang.Object
com.gentlyweb.utils.ItemPair
- All Implemented Interfaces:
Map.Entry
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ItemPair
-
-
Method Details
-
hashCode
public int hashCode()This method just uses the algorithm defined in the Map.Entry interface. -
getKey
-
setValue
-
getValue
-
equals
This method just uses the algorithm defined in the Map.Entry interface.
-