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