public static final class StringValue.CharacterIterator extends Object implements UnfailingIterator<Int64Value>
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
inpos |
ATOMIZING, GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD| Constructor and Description |
|---|
CharacterIterator(CharSequence value)
Create an iterator over a string
|
| Modifier and Type | Method and Description |
|---|---|
Int64Value |
next()
Get the next item in the sequence.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfirstWith, forEach, toGroundedValue, toListclose, forEachOrFail, getProperties, materializepublic CharacterIterator(CharSequence value)
public Int64Value next()
UnfailingIteratornext in interface SequenceIterator<Int64Value>next in interface UnfailingIterator<Int64Value>