ABL4J (Alignment Based Learning for Java) - 0.9.7

org.schwiebert.abl4j.align
Class AllAlignment.LexiComparator

java.lang.Object
  extended by org.schwiebert.abl4j.align.AllAlignment.LexiComparator
All Implemented Interfaces:
Comparator<AllAlignment.LinkList>
Enclosing class:
AllAlignment

final class AllAlignment.LexiComparator
extends Object
implements Comparator<AllAlignment.LinkList>

Test to simulate order in a c++ set

Author:
stephan

Constructor Summary
AllAlignment.LexiComparator()
           
 
Method Summary
 int compare(AllAlignment.LinkList o1, AllAlignment.LinkList 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
 

Constructor Detail

AllAlignment.LexiComparator

AllAlignment.LexiComparator()
Method Detail

compare

public int compare(AllAlignment.LinkList o1,
                   AllAlignment.LinkList o2)
Specified by:
compare in interface Comparator<AllAlignment.LinkList>

ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert