Package tech.uom.lib.common.util
Class UnitComparator<U extends Unit<?>>
java.lang.Object
tech.uom.lib.common.util.UnitComparator<U>
- Type Parameters:
U- the type to compare
- All Implemented Interfaces:
Comparator<U>
Comparator to sort units by natural order, looking at both the name and symbol.
- Since:
- 2.0
- Version:
- 1.2
- Author:
- Werner Keil
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
UnitComparator
public UnitComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<U extends Unit<?>>
-