public class ElementComparator extends Object implements Comparator<org.dom4j.Element>
Constructor and Description |
---|
ElementComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(org.dom4j.Element el1,
org.dom4j.Element el2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public int compare(org.dom4j.Element el1, org.dom4j.Element el2)
compare
in interface Comparator<org.dom4j.Element>