org.jboss.test.audit.report
Class SectionIdComparator

java.lang.Object
  extended by org.jboss.test.audit.report.SectionIdComparator
All Implemented Interfaces:
Comparator<String>

public class SectionIdComparator
extends Object
implements Comparator<String>

A Comparator for section ids. Some examples:

Author:
Gunnar Morling

Constructor Summary
SectionIdComparator()
           
 
Method Summary
 int compare(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
 

Constructor Detail

SectionIdComparator

public SectionIdComparator()
Method Detail

compare

public int compare(String sectionId1,
                   String sectionId2)
Specified by:
compare in interface Comparator<String>


Copyright © 2009-2013. All Rights Reserved.