org.palo.api.impl
Class CompoundKey

java.lang.Object
  extended by org.palo.api.impl.CompoundKey

public class CompoundKey
extends java.lang.Object

CompoundKey

Version:
$Id: CompoundKey.html,v 1.5 2009/07/09 11:01:47 ArndHouben Exp $

Constructor Summary
CompoundKey(java.lang.Object[] objs)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundKey

public CompoundKey(java.lang.Object[] objs)
Method Detail

hashCode

public final int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public final boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object