Package com.ibm.icu.impl
Class TextTrieMap.CharIterator
java.lang.Object
com.ibm.icu.impl.TextTrieMap.CharIterator
- Enclosing class:
TextTrieMap<V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private int
private Character
private int
private CharSequence
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.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
public boolean hasNext() -
next
-
remove
public void remove() -
nextIndex
public int nextIndex() -
processedLength
public int processedLength()
-