Package org.apache.fop.fo.flow
Class Character.FOCharIterator
java.lang.Object
org.apache.fop.fo.CharIterator
org.apache.fop.fo.flow.Character.FOCharIterator
- Enclosing class:
Character
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext()charnextChar()voidremove()voidreplaceChar(char c) Replace the current character managed by the iterator with a specified character?Methods inherited from class org.apache.fop.fo.CharIterator
clone, nextMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
bFirst
private boolean bFirst -
foChar
-
-
Constructor Details
-
FOCharIterator
FOCharIterator(Character foChar)
-
-
Method Details
-
hasNext
public boolean hasNext()Description copied from class:CharIterator- Specified by:
hasNextin interfaceIterator- Specified by:
hasNextin classCharIterator
-
nextChar
public char nextChar()- Specified by:
nextCharin classCharIterator- Returns:
- the character that is the next character in the collection
-
remove
public void remove()Description copied from class:CharIterator- Specified by:
removein interfaceIterator- Overrides:
removein classCharIterator
-
replaceChar
public void replaceChar(char c) Description copied from class:CharIteratorReplace the current character managed by the iterator with a specified character?- Overrides:
replaceCharin classCharIterator- Parameters:
c- character
-