Package org.ofbiz.core.util
Class MapComparator<K>
java.lang.Object
org.ofbiz.core.util.MapComparator<K>
- All Implemented Interfaces:
Comparator<Map<K,?>>
MapComparator.java
Created Oct 14, 2002
- Version:
- 2.0
- Author:
- Andy Zeneski
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
MapComparator
Method MapComparator.- Parameters:
keys- List of Map keys to sort on
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<K>
-
equals
- Specified by:
equalsin interfaceComparator<K>- Overrides:
equalsin classObject- See Also:
-