public class CompareByIndex extends java.lang.Object implements java.util.Comparator<Op03SimpleStatement>
Modifier and Type | Field and Description |
---|---|
private boolean |
asc |
Constructor and Description |
---|
CompareByIndex() |
CompareByIndex(boolean asc) |
Modifier and Type | Method and Description |
---|---|
int |
compare(Op03SimpleStatement a,
Op03SimpleStatement b) |
public CompareByIndex()
public CompareByIndex(boolean asc)
public int compare(Op03SimpleStatement a, Op03SimpleStatement b)
compare
in interface java.util.Comparator<Op03SimpleStatement>