Package jml.utils

Class Summary
Time  
Utility The Utility class provides some frequently used functions for text processing.
Utility.ArrayIndexComparator<V extends Comparable<? super V>> A generic Class that implements Comparator which provide a override comparator function sorting a array's indices based on its values.
Utility.keyAscendComparator<K extends Comparable<K>> Generic comparator for TreeMap to sort the keys in a increasing order.
Utility.keyDescendComparator<K extends Comparable<K>> Generic comparator for TreeMap to sort the keys in a decreasing order.