|
|||||||||
| Home >> All >> com >> jcorporate >> expresso >> ext >> [ regexp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.jcorporate.expresso.ext.regexp
Interface CharacterIterator

- All Known Implementing Classes:
- StringCharacterIterator
Deprecated. since v5.6, use jakarta oro
- public interface CharacterIterator
Encapsulates different types of character sources - String, InputStream, ... Defines a set of common methods
| Method Summary | |
char |
charAt(int pos)
Deprecated. |
boolean |
isEnd(int pos)
Deprecated. |
java.lang.String |
substring(int offset)
Deprecated. |
java.lang.String |
substring(int offset,
int length)
Deprecated. |
| Method Detail |
charAt
public char charAt(int pos)
- Deprecated.
isEnd
public boolean isEnd(int pos)
- Deprecated.
substring
public java.lang.String substring(int offset)
- Deprecated.
substring
public java.lang.String substring(int offset, int length)
- Deprecated.
|
|||||||||
| Home >> All >> com >> jcorporate >> expresso >> ext >> [ regexp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC