Class Character.FOCharIterator

java.lang.Object
org.apache.fop.fo.CharIterator
org.apache.fop.fo.flow.Character.FOCharIterator
All Implemented Interfaces:
Cloneable, Iterator
Enclosing class:
Character

private class Character.FOCharIterator extends CharIterator
  • Field Details

    • bFirst

      private boolean bFirst
    • foChar

      private Character foChar
  • Constructor Details

    • FOCharIterator

      FOCharIterator(Character foChar)
  • Method Details

    • hasNext

      public boolean hasNext()
      Description copied from class: CharIterator
      Specified by:
      hasNext in interface Iterator
      Specified by:
      hasNext in class CharIterator
    • nextChar

      public char nextChar()
      Specified by:
      nextChar in class CharIterator
      Returns:
      the character that is the next character in the collection
    • remove

      public void remove()
      Description copied from class: CharIterator
      Specified by:
      remove in interface Iterator
      Overrides:
      remove in class CharIterator
    • replaceChar

      public void replaceChar(char c)
      Description copied from class: CharIterator
      Replace the current character managed by the iterator with a specified character?
      Overrides:
      replaceChar in class CharIterator
      Parameters:
      c - character