Class WholeBreakIterator

  • All Implemented Interfaces:
    java.lang.Cloneable

    public final class WholeBreakIterator
    extends java.text.BreakIterator
    Just produces one single fragment for the entire text
    • Field Summary

      • Fields inherited from class java.text.BreakIterator

        DONE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int current()  
      int first()  
      int following​(int pos)  
      java.text.CharacterIterator getText()  
      int last()  
      int next()  
      int next​(int n)  
      int preceding​(int pos)  
      int previous()  
      void setText​(java.text.CharacterIterator newText)  
      • Methods inherited from class java.text.BreakIterator

        clone, getAvailableLocales, getCharacterInstance, getCharacterInstance, getLineInstance, getLineInstance, getSentenceInstance, getSentenceInstance, getWordInstance, getWordInstance, isBoundary, setText
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WholeBreakIterator

        public WholeBreakIterator()
    • Method Detail

      • current

        public int current()
        Specified by:
        current in class java.text.BreakIterator
      • first

        public int first()
        Specified by:
        first in class java.text.BreakIterator
      • following

        public int following​(int pos)
        Specified by:
        following in class java.text.BreakIterator
      • getText

        public java.text.CharacterIterator getText()
        Specified by:
        getText in class java.text.BreakIterator
      • last

        public int last()
        Specified by:
        last in class java.text.BreakIterator
      • next

        public int next()
        Specified by:
        next in class java.text.BreakIterator
      • next

        public int next​(int n)
        Specified by:
        next in class java.text.BreakIterator
      • preceding

        public int preceding​(int pos)
        Overrides:
        preceding in class java.text.BreakIterator
      • previous

        public int previous()
        Specified by:
        previous in class java.text.BreakIterator
      • setText

        public void setText​(java.text.CharacterIterator newText)
        Specified by:
        setText in class java.text.BreakIterator