Class PolynomialsUtils.JacobiKey
- java.lang.Object
-
- org.apache.commons.math3.analysis.polynomials.PolynomialsUtils.JacobiKey
-
- Enclosing class:
- PolynomialsUtils
private static class PolynomialsUtils.JacobiKey extends java.lang.Object
Inner class for Jacobi polynomials keys.
-
-
Constructor Summary
Constructors Constructor Description JacobiKey(int v, int w)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object key)
Check if the instance represent the same key as another instance.int
hashCode()
Get hash code.
-
-
-
Method Detail
-
hashCode
public int hashCode()
Get hash code.- Overrides:
hashCode
in classjava.lang.Object
- Returns:
- hash code
-
equals
public boolean equals(java.lang.Object key)
Check if the instance represent the same key as another instance.- Overrides:
equals
in classjava.lang.Object
- Parameters:
key
- other key- Returns:
- true if the instance and the other key refer to the same polynomial
-
-