Package com.liferay.util.xml
Class AttributeComparator
Object
com.liferay.util.xml.AttributeComparator
- All Implemented Interfaces:
Comparator<org.dom4j.Attribute>
- Author:
- Brian Wing Shun Chan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(org.dom4j.Attribute attr1, org.dom4j.Attribute attr2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
AttributeComparator
public AttributeComparator()
-
-
Method Details
-
compare
public int compare(org.dom4j.Attribute attr1, org.dom4j.Attribute attr2) - Specified by:
comparein interfaceComparator<org.dom4j.Attribute>
-