|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.math3.analysis.polynomials.PolynomialsUtils.JacobiKey
private static class PolynomialsUtils.JacobiKey
Inner class for Jacobi polynomials keys.
| Field Summary | |
|---|---|
private int |
v
First exponent. |
private int |
w
Second exponent. |
| Constructor Summary | |
|---|---|
PolynomialsUtils.JacobiKey(int v,
int w)
Simple constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object key)
Check if the instance represent the same key as another instance. |
int |
hashCode()
Get hash code. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final int v
private final int w
| Constructor Detail |
|---|
public PolynomialsUtils.JacobiKey(int v,
int w)
v - first exponentw - second exponent| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic boolean equals(Object key)
equals in class Objectkey - other key
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||