public class SortInputFieldDescending
extends java.lang.Object
implements java.util.Comparator
| Constructor and Description |
|---|
SortInputFieldDescending() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2)
Compare InputField objects by their XPath fields (in reverse of "natural order")
|
public int compare(java.lang.Object o1,
java.lang.Object o2)
compare in interface java.util.Comparatoro1 - InputField 1o2 - InputField 2