cz.cuni.amis.utils
Class NKeyCommutative

java.lang.Object
  extended by cz.cuni.amis.utils.NKey
      extended by cz.cuni.amis.utils.NKeyCommutative

public class NKeyCommutative
extends NKey

N-Key used for maps.

Remember that all passed "commutatives" are flatted (but within the commutatives parts)!

NKeyCommutative can be equal to NKey and vice versa!


Constructor Summary
NKeyCommutative(java.lang.Object[]... commutatives)
           
 
Method Summary
 
Methods inherited from class cz.cuni.amis.utils.NKey
equals, getCount, getKey, hashCode, init, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NKeyCommutative

public NKeyCommutative(java.lang.Object[]... commutatives)