Class ListComparator<T extends Comparable>

java.lang.Object
com.complexible.common.util.ListComparator<T>
All Implemented Interfaces:
Serializable, Comparator<List<T>>

public final class ListComparator<T extends Comparable> extends Object implements Comparator<List<T>>, Serializable

Implementatino of a Comparator for List's of Comparable objects

Since:
2.1
Version:
2.1
Author:
Michael Grove
See Also: