Class Collator.ASCII

  • Enclosing class:
    Collator

    private static final class Collator.ASCII
    extends java.lang.Object
    Simpler/faster methods for ASCII than ones based on Unicode data. TODO: There should be code like this somewhere already??
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ASCII()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static boolean equalIgnoreCase​(java.lang.CharSequence left, java.lang.CharSequence right)  
      • Methods inherited from class java.lang.Object

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

      • ASCII

        private ASCII()
    • Method Detail

      • equalIgnoreCase

        static boolean equalIgnoreCase​(java.lang.CharSequence left,
                                       java.lang.CharSequence right)