Class ICUBreakers.ICUCharacterBreaker

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private com.ibm.icu.text.BreakIterator breaker  
    • Constructor Summary

      Constructors 
      Constructor Description
      ICUCharacterBreaker​(java.util.Locale locale)  
    • 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

      • breaker

        private final com.ibm.icu.text.BreakIterator breaker
    • Constructor Detail

      • ICUCharacterBreaker

        public ICUCharacterBreaker​(java.util.Locale locale)