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