Package 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 
- 
- 
Constructor Summary
Constructors Constructor Description CharIterator() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()booleanhasPrev()voidinit(java.lang.Object src, int off, int cch)voidinit(java.lang.Object src, int off, int cch, int startPos)voidmovePos(int newPos)charnext()charprev()voidrelease() 
 - 
 
- 
- 
Method Detail
- 
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)
 
 - 
 
 -