kaos.kpat.gui.util
Class ACDCollator

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

public class ACDCollator
extends JTPStringCollator


Field Summary
 
Fields inherited from class java.text.Collator
CANONICAL_DECOMPOSITION, FULL_DECOMPOSITION, IDENTICAL, NO_DECOMPOSITION, PRIMARY, SECONDARY, TERTIARY
 
Constructor Summary
ACDCollator()
           
 
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

ACDCollator

public ACDCollator()
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