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.Object
public boolean equals(java.lang.Object key)
equals
in class java.lang.Object
key
- other keyCopyright (c) 2003-2013 Apache Software Foundation