Class TransliteratorRegistry.LocaleEntry

  • Enclosing class:
    TransliteratorRegistry

    static class TransliteratorRegistry.LocaleEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int direction  
      java.lang.String rule  
    • Constructor Summary

      Constructors 
      Constructor Description
      LocaleEntry​(java.lang.String r, int d)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • rule

        public java.lang.String rule
      • direction

        public int direction
    • Constructor Detail

      • LocaleEntry

        public LocaleEntry​(java.lang.String r,
                           int d)