Interface FSTextBreaker

All Known Implementing Classes:
ICUBreakers.ICUCharacterBreaker, ICUBreakers.ICULineBreaker, TextUtil.DefaultCharacterBreaker, UrlAwareLineBreakIterator

public interface FSTextBreaker
Represents a text breaker, such as those on line break opportunities. Implementations usually wrap a BreakIterator of some kind. Will be reused many times during a run.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    setText(String newText)
     
  • Method Details

    • next

      int next()
    • setText

      void setText(String newText)