Class NaturalOrderComparator<T extends Comparable<T>>

java.lang.Object
com.complexible.common.util.NaturalOrderComparator<T>
All Implemented Interfaces:
Comparator<T>

public final class NaturalOrderComparator<T extends Comparable<T>> extends Object implements Comparator<T>

Simple Comparator implementation which can be used for Comparable objects.

Since:
2.3
Version:
2.5
Author:
Michael Grove