private static class PolynomialsUtils.JacobiKey
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
v
First exponent.
|
private int |
w
Second exponent.
|
| Constructor and Description |
|---|
PolynomialsUtils.JacobiKey(int v,
int w)
Simple constructor.
|
public PolynomialsUtils.JacobiKey(int v,
int w)
v - first exponentw - second exponentpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object key)
equals in class java.lang.Objectkey - other keyCopyright (c) 2003-2015 Apache Software Foundation