Package com.opencsv.bean.comparator
This package is a collection of
Comparator
s that could be
useful to anyone using opencsv.
Suggestions for widely applicable, general-purpose comparators that can be added to this package are welcome.
-
Class Summary Class Description LiteralComparator<T extends java.lang.Comparable<T>> Deprecated. This exact behavior can be had using comparators from Apache Commons Collections, which opencsv includes as a dependency.