org.onemind.commons.java.datastructure
Class DuoMapKey

java.lang.Object
  extended byorg.onemind.commons.java.datastructure.DuoMapKey

public class DuoMapKey
extends java.lang.Object

Represent a map key that consists of two value

Author:
TiongHiang Lee (thlee@onemindsoft.org)

Constructor Summary
DuoMapKey(java.lang.Object key1, java.lang.Object key2)
          Constructor
 
Method Summary
 boolean equals(java.lang.Object o)
          
 int hashCode()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DuoMapKey

public DuoMapKey(java.lang.Object key1,
                 java.lang.Object key2)
Constructor

Parameters:
key1 -
key2 -
Method Detail

hashCode

public int hashCode()


equals

public boolean equals(java.lang.Object o)



Copyright © 2004-2006 . All Rights Reserved.