org.opensourcephysics.numerics.specialfunctions
Class QNKey

java.lang.Object
  extended by org.opensourcephysics.numerics.specialfunctions.QNKey

public class QNKey
extends java.lang.Object

A Key for objects, such as quantum wave functions, that can be identified by integers.

Author:
Wolfgang Christian

Constructor Summary
protected QNKey(int n, int k)
           
 
Method Summary
 boolean equals(java.lang.Object key)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QNKey

protected QNKey(int n,
                int k)
Method Detail

equals

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

hashCode

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