|
|||||||||
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.CharArrayCodepointIterator
public class CharArrayCodepointIterator
Iterate over Unicode codepoints contained in a char array
Field Summary | |
---|---|
protected char[] |
buffer
|
Fields inherited from class org.apache.abdera.util.io.CodepointIterator |
---|
limit, position |
Constructor Summary | |
---|---|
protected |
CharArrayCodepointIterator()
|
|
CharArrayCodepointIterator(char[] buffer)
|
|
CharArrayCodepointIterator(char[] 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 |
Field Detail |
---|
protected char[] buffer
Constructor Detail |
---|
protected CharArrayCodepointIterator()
public CharArrayCodepointIterator(char[] buffer)
public CharArrayCodepointIterator(char[] 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 |