Interface RecordList.SortNormalizer

Enclosing class:
RecordList

public static interface RecordList.SortNormalizer
  • Method Summary

    Modifier and Type
    Method
    Description
    normalize(Record record, String fieldName)
    The normalization function.
  • Method Details

    • normalize

      Object normalize(Record record, String fieldName)
      The normalization function.
      Parameters:
      record - the record to normalize
      fieldName - name of the field on which sorting occurred
      Returns:
      normalized value for sorting (a java numeric primitive type or String)