|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttoolbox.dao.MapComparator
public class MapComparator
Comparator implementation to compare the values contained within Maps.
It can be used to sort Lists that store collections of Maps.
Constructor Summary | |
---|---|
MapComparator(java.lang.Object key,
java.lang.String order)
Construct a new instance. |
Method Summary | |
---|---|
int |
compare(java.lang.Object obj1,
java.lang.Object obj2)
Compare the values mapped to the specified key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Constructor Detail |
---|
public MapComparator(java.lang.Object key, java.lang.String order)
key
- Key that must be used to obtain values from the Maporder
- String indicating the sort order. Specify "asc" for
ascending order and "desc" for descending order.Method Detail |
---|
public int compare(java.lang.Object obj1, java.lang.Object obj2)
compare
in interface java.util.Comparator
obj1
- First Mapobj2
- Second Map
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |