Java Doc for ChainedComparator.java in » Development » jga-Generic-Algorithms » net » sf » jga » util » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Comparator wrapper that uses a pair of comparators internally. The primary
comparator is evaluated first, and if it returns 0 (equal), then this returns
the result of the secondary comparator.
author: David A. Hall