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.ObjectInner 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 booleanequals(java.lang.Object key)Check if the instance represent the same key as another instance.inthashCode()Get hash code.
-
-
-
Method Detail
-
hashCode
public int hashCode()
Get hash code.- Overrides:
hashCodein 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:
equalsin classjava.lang.Object- Parameters:
key- other key- Returns:
- true if the instance and the other key refer to the same polynomial
-
-