FileDocCategorySizeDatePackage
CharacterIterator.javaAPI DocJava SE 5 API3300Fri Aug 26 14:55:28 BST 2005com.sun.org.apache.regexp.internal

CharacterIterator

public interface CharacterIterator
Encapsulates different types of character sources - String, InputStream, ... Defines a set of common methods
author
Ales Novak

Fields Summary
Constructors Summary
Methods Summary
public charcharAt(int pos)

return
a character at the specified position.

public booleanisEnd(int pos)

return
true iff if the specified index is after the end of the character stream

public java.lang.Stringsubstring(int offset, int length)

return
a substring

public java.lang.Stringsubstring(int offset)

return
a substring