Class RdiskGraph.SortHelper
java.lang.Object
RdiskGraph.SortHelper
- All Implemented Interfaces:
- java.util.Comparator<java.lang.Integer>
- Enclosing class:
- RdiskGraph
public class RdiskGraph.SortHelper
- extends java.lang.Object
- implements java.util.Comparator<java.lang.Integer>
Method Summary |
int |
compare(java.lang.Integer nObj1,
java.lang.Integer nObj2)
|
boolean |
equals(java.lang.Object obj)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_arrLfPositions
public double[] m_arrLfPositions
m_nDim
public int m_nDim
m_nSortOff
public int m_nSortOff
RdiskGraph.SortHelper
public RdiskGraph.SortHelper(double[] arrLfPositions,
int nDim,
int nSortOff)
compare
public int compare(java.lang.Integer nObj1,
java.lang.Integer nObj2)
- Specified by:
compare
in interface java.util.Comparator<java.lang.Integer>
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interface java.util.Comparator<java.lang.Integer>
- Overrides:
equals
in class java.lang.Object