Interface StringComparator

All Superinterfaces:
Comparator<String>, Serializable
All Known Implementing Classes:
StringLengthComparator

public interface StringComparator extends Comparator<String>, Serializable
String comparator interface (allows to store comparators without serialization complaints).
Since:
4.0.0