Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Orders the list based on a field value of object in the list and returns the results of a page

sortMapByValue
public static java.util.Map sortMapByValue(java.util.Map map, java.lang.Boolean desc)

Sorts a map based on a value

subList
public static java.util.List subList(java.util.List list, java.lang.Integer start, java.lang.Integer rows)

...