Package org.glassfish.pfl.basic.contain
Class NaturalComparator<T>
- java.lang.Object
-
- org.glassfish.pfl.basic.contain.NaturalComparator<T>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.Comparator<T>
public class NaturalComparator<T> extends java.lang.Object implements java.io.Serializable, java.util.Comparator<T>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description NaturalComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(T obj1, T obj2)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-