Class ComparatorToString<T>

java.lang.Object
info.monitorenter.util.collections.ComparatorToString<T>
Type Parameters:
T - the type to compare by Object.toString().
All Implemented Interfaces:
Serializable, Comparator<T>

public final class ComparatorToString<T> extends Object implements Comparator<T>, Serializable
A Comparator that compares the given Objects by their Object.toString() value.

Version:
$Revision: 1.7 $
Author:
Achim Westermann
See Also: