public class JacobiKey
extends Object
Class for handling Jacobi polynomials keys.
- Since:
- 3.1
-
Constructor Summary 
Constructors
-
Method Summary 
boolean
Check if the instance represent the same key as another instance.
int
-
Constructor Details 
-
JacobiKey 
public JacobiKey(int v,
int w)
Simple constructor.
- Parameters:
v - first exponent
w - second exponent
-
Method Details 
-
hashCode 
public int hashCode()
Get hash code.
- Overrides:
hashCode in class Object
- Returns:
- hash code
-
equals 
public boolean equals(Object key)
Check if the instance represent the same key as another instance.
- Overrides:
equals in class Object
- Parameters:
key - other key
- Returns:
- true if the instance and the other key refer to the same polynomial