Class CoefficientsFactory.NSKey
- java.lang.Object
-
- org.orekit.propagation.semianalytical.dsst.utilities.CoefficientsFactory.NSKey
-
- All Implemented Interfaces:
Comparable<CoefficientsFactory.NSKey>
- Enclosing class:
- CoefficientsFactory
public static class CoefficientsFactory.NSKey extends Object implements Comparable<CoefficientsFactory.NSKey>
Key formed by two integer values.
-
-
Constructor Summary
Constructors Constructor Description NSKey(int n, int s)Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(CoefficientsFactory.NSKey key)booleanequals(Object key)intgetN()Get n.intgetS()Get s.inthashCode()
-
-
-
Method Detail
-
getN
public int getN()
Get n.- Returns:
- n
-
getS
public int getS()
Get s.- Returns:
- s
-
compareTo
public int compareTo(CoefficientsFactory.NSKey key)
- Specified by:
compareToin interfaceComparable<CoefficientsFactory.NSKey>
-
-