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()
Get the next char
|
protected char |
get(int index)
Get the specified char
|
public CodepointIteratorCharArray(@Nonnull char[] aBuffer)
public CodepointIteratorCharArray(@Nonnull char[] aBuffer, int nOfs, int nLen)
protected char get()
AbstractCodepointIteratorget in class AbstractCodepointIteratorprotected char get(int index)
AbstractCodepointIteratorget in class AbstractCodepointIteratorCopyright © 2006–2014 phloc systems. All rights reserved.