Uses of Class
org.apache.lucene.analysis.icu.segmentation.CharArrayIterator
-
Packages that use CharArrayIterator Package Description org.apache.lucene.analysis.icu.segmentation Tokenizer that breaks text into words with the Unicode Text Segmentation algorithm. -
-
Uses of CharArrayIterator in org.apache.lucene.analysis.icu.segmentation
Fields in org.apache.lucene.analysis.icu.segmentation declared as CharArrayIterator Modifier and Type Field Description private CharArrayIterator
BreakIteratorWrapper. textIterator
Methods in org.apache.lucene.analysis.icu.segmentation that return CharArrayIterator Modifier and Type Method Description CharArrayIterator
CharArrayIterator. clone()
-