Package jsyntaxpane

Class TokenComparators


  • public class TokenComparators
    extends java.lang.Object
    Two comparators to compare Tokens.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LONGEST_FIRST

        public static final java.util.Comparator<Token> LONGEST_FIRST
      • SHORTEST_FIRST

        public static final java.util.Comparator<Token> SHORTEST_FIRST
    • Constructor Detail

      • TokenComparators

        public TokenComparators()