Package com.groiss.ds

Class PairComparator<K,V>

java.lang.Object
com.groiss.ds.PairComparator<K,V>
All Implemented Interfaces:
Serializable, Comparator<KeyValuePair<K,V>>

public class PairComparator<K,V> extends Object implements Comparator<KeyValuePair<K,V>>, Serializable
Use this comparator to sort Persistent objects or other KeyValuePairs. The compare method compares the values using string compare ignoring case
See Also: