org.apache.xmlbeans.impl.store
Class CharUtil.CharIterator
java.lang.Object
org.apache.xmlbeans.impl.store.CharUtil.CharIterator
- Enclosing class:
- CharUtil
public static final class CharUtil.CharIterator
- extends java.lang.Object
Method Summary |
boolean |
hasNext()
|
boolean |
hasPrev()
|
void |
init(java.lang.Object src,
int off,
int cch)
|
void |
init(java.lang.Object src,
int off,
int cch,
int startPos)
|
void |
movePos(int newPos)
|
char |
next()
|
char |
prev()
|
void |
release()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CharUtil.CharIterator
public CharUtil.CharIterator()
init
public void init(java.lang.Object src,
int off,
int cch)
init
public void init(java.lang.Object src,
int off,
int cch,
int startPos)
release
public void release()
hasNext
public boolean hasNext()
hasPrev
public boolean hasPrev()
next
public char next()
prev
public char prev()
movePos
public void movePos(int newPos)