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