org.aksw.commons.collections
Class NaturalComparator<T extends Comparable<T>>
java.lang.Object
org.aksw.commons.collections.NaturalComparator<T>
- All Implemented Interfaces:
- Comparator<T>
public class NaturalComparator<T extends Comparable<T>>
- extends Object
- implements Comparator<T>
Created by Claus Stadler
Date: Oct 9, 2010
Time: 5:47:19 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NaturalComparator
public NaturalComparator()
compare
public int compare(T a,
T b)
- Specified by:
compare in interface Comparator<T extends Comparable<T>>
Copyright © 2012. All Rights Reserved.