public static class CoefficientsFactory.NSKey extends Object implements Comparable<CoefficientsFactory.NSKey>
Constructor and Description |
---|
NSKey(int n, int s)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(CoefficientsFactory.NSKey key) |
boolean |
equals(Object key) |
int |
getN()
获取 n。
|
int |
getS()
获取 s。
|
int |
hashCode() |
public int getN()
public int getS()
public int compareTo(CoefficientsFactory.NSKey key)
compareTo
在接口 Comparable<CoefficientsFactory.NSKey>
中
Copyright © 2002-2023 CS GROUP. All rights reserved.