Class Struct.StructuredListComparatorIgnoreCase

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

public static class Struct.StructuredListComparatorIgnoreCase extends Object implements Comparator
A Comparator which performs comparisons between two rows in a structured list (used in sorting), keyed on a case-insensitive String value. This comparator is similar to an 'ORDER BY' on a single field returned by the Spring JdbcTemplate method.