Class LexicalComparator

  • All Implemented Interfaces:
    Comparator<Object>

    public class LexicalComparator
    extends Object
    implements Comparator<Object>
    INTERNAL: Comparator that performs a lexical comparison. It calls the toString method on the objects and compares the result. It can be configured to be case insensitive. It is case sensitive by default.