kaos.kpat.gui.util
Class TCDCollator

java.lang.Object
  extended by java.text.Collator
      extended by kaos.kpat.gui.util.JTPStringCollator
          extended by kaos.kpat.gui.util.TCDCollator
All Implemented Interfaces:
java.lang.Cloneable, java.util.Comparator<java.lang.Object>

public class TCDCollator
extends JTPStringCollator


Field Summary
 
Fields inherited from class java.text.Collator
CANONICAL_DECOMPOSITION, FULL_DECOMPOSITION, IDENTICAL, NO_DECOMPOSITION, PRIMARY, SECONDARY, TERTIARY
 
Constructor Summary
TCDCollator()
           
 
Method Summary
 int compare(java.lang.Object o1, java.lang.Object o2)
           
 
Methods inherited from class kaos.kpat.gui.util.JTPStringCollator
compare, getCollationKey, hashCode
 
Methods inherited from class java.text.Collator
clone, equals, equals, getAvailableLocales, getDecomposition, getInstance, getInstance, getStrength, setDecomposition, setStrength
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCDCollator

public TCDCollator()
Method Detail

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
Specified by:
compare in interface java.util.Comparator<java.lang.Object>
Overrides:
compare in class java.text.Collator