org.eclipse.xtext.util.formallang
Class NfaUtil.MappedComparator<S,COMPARABLE extends java.lang.Comparable<COMPARABLE>>

java.lang.Object
  extended by org.eclipse.xtext.util.formallang.NfaUtil.MappedComparator<S,COMPARABLE>
All Implemented Interfaces:
java.util.Comparator<S>
Enclosing class:
NfaUtil

public static class NfaUtil.MappedComparator<S,COMPARABLE extends java.lang.Comparable<COMPARABLE>>
extends java.lang.Object
implements java.util.Comparator<S>


Method Summary
 int compare(S o1, S o2)
           
 
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
 

Method Detail

compare

public int compare(S o1,
                   S o2)
Specified by:
compare in interface java.util.Comparator<S>