org.apache.uima.annotator.regex.impl
Class RuleComparator

java.lang.Object
  extended by org.apache.uima.annotator.regex.impl.RuleComparator
All Implemented Interfaces:
java.io.Serializable, java.util.Comparator<Rule>

public class RuleComparator
extends java.lang.Object
implements java.util.Comparator<Rule>, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RuleComparator()
           
 
Method Summary
 int compare(Rule r1, Rule r2)
           
 
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

RuleComparator

public RuleComparator()
Method Detail

compare

public int compare(Rule r1,
                   Rule r2)
Specified by:
compare in interface java.util.Comparator<Rule>


Copyright © 2011. All Rights Reserved.