Class WordDelimiterIterator


  • public final class WordDelimiterIterator
    extends Object
    A BreakIterator-like API for iterating over subwords in text, according to WordDelimiterGraphFilter rules.
    NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
    • Method Detail

      • getType

        public static byte getType​(int ch)
        Computes the type of the given character
        Parameters:
        ch - Character whose type is to be determined
        Returns:
        Type of the character