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 |
|---|
JacobiKey(int v,
int w)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object key)
Check if the instance represent the same key as another instance.
|
int |
hashCode()
Get hash code.
|
public 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-2017 Apache Software Foundation