Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.swing.text

Interface CharacterIterator

java.lang.Object
|
+--java.lang.Cloneable
   |
   +--javax.swing.text.CharacterIterator

All Implemented Interfaces:

Cloneable


public interface CharacterIterator

implements Cloneable

Method Summary

java.lang.Objectclone()

charcurrent()

charfirst()

intgetBeginIndex()

intgetEndIndex()

intgetIndex()

charlast()

charnext()

charprevious()

charsetIndex(int position)

Method Details

clone

public Object clone()


current

public char current()


first

public char first()


getBeginIndex

public int getBeginIndex()


getEndIndex

public int getEndIndex()


getIndex

public int getIndex()


last

public char last()


next

public char next()


previous

public char previous()


setIndex

public char setIndex(int position)

Parameters: