org.jbake.app
Class SortUtil

java.lang.Object
  extended by org.jbake.app.SortUtil

public class SortUtil
extends Object

Provides Sort related functions

Author:
Jonathan Bullock

Field Summary
static int NORMAL
           
static int REVERSE
           
 
Constructor Summary
SortUtil()
           
 
Method Summary
static Comparator<Map<String,Object>> getComparator()
           
static Comparator<Map<String,Object>> getComparator(int order)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NORMAL

public static final int NORMAL
See Also:
Constant Field Values

REVERSE

public static final int REVERSE
See Also:
Constant Field Values
Constructor Detail

SortUtil

public SortUtil()
Method Detail

getComparator

public static Comparator<Map<String,Object>> getComparator()

getComparator

public static Comparator<Map<String,Object>> getComparator(int order)


Copyright © 2013. All Rights Reserved.