Class Struct.StructuredListComparator

java.lang.Object
com.randomnoun.common.Struct.StructuredListComparator
All Implemented Interfaces:
Comparator
Enclosing class:
Struct

public static class Struct.StructuredListComparator extends Object implements Comparator
A Comparator which performs comparisons between two rows in a structured list (used in sorting). This comparator is equivalent to an 'ORDER BY' on a single field returned by the Spring JdbcTemplate method.