Interface StringExtractor<T>


public interface StringExtractor<T>

Extracts a String value from the input object.

Typically the extracted String will be used as a comparable key in sorting a list of objects.

Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    toString(T object)
    Extracts the String from the Object.