Class NOOPBreakIteratorImpl
java.lang.Object
java.text.BreakIterator
de.mirkosertic.bytecoder.classlib.NOOPBreakIteratorImpl
- All Implemented Interfaces:
Cloneable
-
Field Summary
FieldsFields inherited from class java.text.BreakIterator
DONE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.text.BreakIterator
clone, getAvailableLocales, getCharacterInstance, getCharacterInstance, getLineInstance, getLineInstance, getSentenceInstance, getSentenceInstance, getWordInstance, getWordInstance, isBoundary, preceding, setText
-
Field Details
-
text
-
-
Constructor Details
-
NOOPBreakIteratorImpl
public NOOPBreakIteratorImpl()
-
-
Method Details
-
first
public int first()- Specified by:
first
in classBreakIterator
-
last
public int last()- Specified by:
last
in classBreakIterator
-
next
public int next(int n) - Specified by:
next
in classBreakIterator
-
next
public int next()- Specified by:
next
in classBreakIterator
-
previous
public int previous()- Specified by:
previous
in classBreakIterator
-
following
public int following(int offset) - Specified by:
following
in classBreakIterator
-
current
public int current()- Specified by:
current
in classBreakIterator
-
getText
- Specified by:
getText
in classBreakIterator
-
setText
- Specified by:
setText
in classBreakIterator
-