protected class SV.Sort extends java.lang.Object implements java.util.Comparator<SV>
private int
arrayPt
private java.lang.String
myKey
protected
SV.Sort(int arrayPt, java.lang.String myKey)
int
compare(SV x, SV y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
private int arrayPt
private java.lang.String myKey
protected SV.Sort(int arrayPt, java.lang.String myKey)
public int compare(SV x, SV y)
compare
java.util.Comparator<SV>