nl.telin.mymedia.processor.token
Class TextTokenComparator

java.lang.Object
  extended by nl.telin.mymedia.processor.token.TextTokenComparator
All Implemented Interfaces:
java.util.Comparator<TextToken>

public class TextTokenComparator
extends java.lang.Object
implements java.util.Comparator<TextToken>


Constructor Summary
TextTokenComparator()
           
 
Method Summary
 int compare(TextToken arg0, TextToken arg1)
           
 
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

TextTokenComparator

public TextTokenComparator()
Method Detail

compare

public int compare(TextToken arg0,
                   TextToken arg1)
Specified by:
compare in interface java.util.Comparator<TextToken>