Interface TCharacterIterator

All Superinterfaces:
Cloneable
All Known Subinterfaces:
TAttributedCharacterIterator

public interface TCharacterIterator extends Cloneable
  • Field Details

  • Method Details

    • clone

      Object clone()
    • current

      char current()
    • first

      char first()
    • getBeginIndex

      int getBeginIndex()
    • getEndIndex

      int getEndIndex()
    • getIndex

      int getIndex()
    • last

      char last()
    • next

      char next()
    • previous

      char previous()
    • setIndex

      char setIndex(int location)