Class TextUtil.DefaultCharacterBreaker

  • All Implemented Interfaces:
    FSTextBreaker
    Enclosing class:
    TextUtil

    public static class TextUtil.DefaultCharacterBreaker
    extends java.lang.Object
    implements FSTextBreaker
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.text.BreakIterator iter  
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultCharacterBreaker​(java.text.BreakIterator iter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int next()  
      void setText​(java.lang.String newText)  
      • Methods inherited from class java.lang.Object

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

      • iter

        private final java.text.BreakIterator iter
    • Constructor Detail

      • DefaultCharacterBreaker

        public DefaultCharacterBreaker​(java.text.BreakIterator iter)