Package org.jboss.test.audit.report
Class SectionIdComparator
- java.lang.Object
-
- org.jboss.test.audit.report.SectionIdComparator
-
- All Implemented Interfaces:
Comparator<String>
public class SectionIdComparator extends Object implements Comparator<String>
AComparatorfor section ids. Some examples:- 1 < 2
- 1 < 1.1
- 1.10 < 2
- 1.1 < 1.2
- 1.1 < 2.1
- Author:
- Gunnar Morling
-
-
Constructor Summary
Constructors Constructor Description SectionIdComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(String sectionId1, String sectionId2)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
compare
public int compare(String sectionId1, String sectionId2)
- Specified by:
comparein interfaceComparator<String>
-
-