Uses of Class
org.sStu.CharComparator

Uses of CharComparator in org.sStu
 

Fields in org.sStu declared as CharComparator
protected  CharComparator AlignerFactory.comparator
          Set the class responsible for the character comparison.
 

Methods in org.sStu that return CharComparator
 CharComparator AlignerFactory.getComparator()
          Return the comparator.
 

Methods in org.sStu with parameters of type CharComparator
 void AlignerFactory.setComparator(CharComparator comparator)
          Replace the default char comparator, implementig user-defined strategy of the character comparison.