Class PluralRules.SimpleTokenizer

  • Enclosing class:
    PluralRules

    static class PluralRules.SimpleTokenizer
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleTokenizer()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.lang.String[] split​(java.lang.String source)  
      • Methods inherited from class java.lang.Object

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

      • BREAK_AND_IGNORE

        static final UnicodeSet BREAK_AND_IGNORE
      • BREAK_AND_KEEP

        static final UnicodeSet BREAK_AND_KEEP
    • Constructor Detail

      • SimpleTokenizer

        SimpleTokenizer()
    • Method Detail

      • split

        static java.lang.String[] split​(java.lang.String source)