org.jbake.app
Class SortUtil
java.lang.Object
org.jbake.app.SortUtil
public class SortUtil
- extends Object
Provides Sort related functions
- Author:
- Jonathan Bullock
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NORMAL
public static final int NORMAL
- See Also:
- Constant Field Values
REVERSE
public static final int REVERSE
- See Also:
- Constant Field Values
SortUtil
public SortUtil()
getComparator
public static Comparator<Map<String,Object>> getComparator()
getComparator
public static Comparator<Map<String,Object>> getComparator(int order)
Copyright © 2013. All Rights Reserved.