public class SortRecsByLastMod
extends java.lang.Object
implements java.util.Comparator
Record instances in the StandAlone configuration metadata editor.| Constructor and Description |
|---|
SortRecsByLastMod() |
| 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