Class TextTrieMap.CharIterator
java.lang.Object
com.ibm.icu.impl.TextTrieMap.CharIterator
- Enclosing class:
TextTrieMap<V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate intprivate Characterprivate intprivate CharSequence -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
_ignoreCase
private boolean _ignoreCase -
_text
-
_nextIdx
private int _nextIdx -
_startIdx
private int _startIdx -
_remainingChar
-
-
Constructor Details
-
CharIterator
CharIterator(CharSequence text, int offset, boolean ignoreCase)
-
-
Method Details
-
hasNext
-
next
-
remove
-
nextIndex
public int nextIndex() -
processedLength
public int processedLength()
-