|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.abdera.util.io.CodepointIterator
org.apache.abdera.util.io.CharSequenceCodepointIterator
public class CharSequenceCodepointIterator
Iterate over Unicode codepoints in a CharSequence (e.g. String, StringBuffer, etc)
Field Summary |
---|
Fields inherited from class org.apache.abdera.util.io.CodepointIterator |
---|
limit, position |
Constructor Summary | |
---|---|
CharSequenceCodepointIterator(java.lang.CharSequence buffer)
|
|
CharSequenceCodepointIterator(java.lang.CharSequence buffer,
int n,
int e)
|
Method Summary | |
---|---|
protected char |
get()
|
protected char |
get(int index)
|
Methods inherited from class org.apache.abdera.util.io.CodepointIterator |
---|
forByteArray, forCharArray, forCharBuffer, forCharSequence, hasNext, isHigh, isLow, last, lastPosition, limit, next, nextChars, peek, peek, peekChars, position, position, remaining |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CharSequenceCodepointIterator(java.lang.CharSequence buffer)
public CharSequenceCodepointIterator(java.lang.CharSequence buffer, int n, int e)
Method Detail |
---|
protected char get()
get
in class CodepointIterator
protected char get(int index)
get
in class CodepointIterator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |