Package com.opencsv.bean.comparator
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.
-
ClassesClassDescriptionLiteralComparator<T extends Comparable<T>>Deprecated.This exact behavior can be had using comparators from Apache Commons Collections, which opencsv includes as a dependency.