Class MapComparator
java.lang.Object
org.apache.ofbiz.base.util.collections.MapComparator
- All Implemented Interfaces:
Comparator<Map<Object,
Object>>
MapComparator.java
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods 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