public class CodepointIteratorCharSequence extends AbstractCodepointIterator
m_nLimit, m_nPosition| Constructor and Description |
|---|
CodepointIteratorCharSequence(CharSequence aBuffer) |
CodepointIteratorCharSequence(CharSequence aBuffer,
int nOfs,
int nLen) |
| Modifier and Type | Method and Description |
|---|---|
protected char |
get() |
protected char |
get(int index) |
isHigh, isLow, lastPosition, limit, next, nextChars, peek, peek, peekChars, position, position, remaining, restrictclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasNext, restrict, restrictforEachRemaining, removepublic CodepointIteratorCharSequence(@Nonnull CharSequence aBuffer)
public CodepointIteratorCharSequence(@Nonnull CharSequence aBuffer, @Nonnegative int nOfs, @Nonnegative int nLen)
protected char get()
get in class AbstractCodepointIteratorprotected char get(int index)
get in class AbstractCodepointIteratorindex - Index to be retrievedCopyright © 2014–2019 Philip Helger. All rights reserved.