Package com.sciapp.comparators

Provides classes for comparing objects between them.

See:
          Description

Class Summary
BooleanComparator BooleanComparator is used to compare two Boolean objects since the Boolean class does not implement the Comparable interface.
CaseInsensitiveStringComparator This class compares two strings lexicographically, ignoring case differences.
GeneralComparator GeneralComparator compares two objects that implement the Comparable interface.
 

Package com.sciapp.comparators Description

Provides classes for comparing objects between them. SortTableModel makes use of these classes in order to sort the table's data.