| java.lang.Object org.zkoss.util.Pair
Pair | public class Pair (Code) | | A pair of keys. It is used with DualHashSet and DualHashMap to
represent a pair of keys as an object.
author: tomyeh |
Field Summary | |
final public Object | x The first key. | final public Object | y The second key. |
getX | public Object getX()(Code) | | Returns the first value of the pair.
|
getY | public Object getY()(Code) | | Returns the second value of the pair.
|
hashCode | final public int hashCode()(Code) | | |
|
|