- java.lang.Object
-
- java.text.BreakIterator
-
- org.apache.lucene.search.uhighlight.WholeBreakIterator
-
-
Field Summary
-
Fields inherited from class java.text.BreakIterator
DONE
-
Method Summary
-
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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
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
-
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
-
previous
public int previous()
- Specified by:
previous
in class java.text.BreakIterator
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.