Expresso 5-6

com.jcorporate.expresso.ext.regexp
Class StringCharacterIterator

java.lang.Object
  extended bycom.jcorporate.expresso.ext.regexp.StringCharacterIterator
All Implemented Interfaces:
CharacterIterator

Deprecated. since v5.6, use jakarta oro

public final class StringCharacterIterator
extends Object
implements CharacterIterator

Encapsulates String

Author:
Ales Novak

Constructor Summary
StringCharacterIterator(String src)
          Deprecated.  
 
Method Summary
 char charAt(int pos)
          Deprecated.  
 boolean isEnd(int pos)
          Deprecated.  
 String substring(int offset)
          Deprecated.  
 String substring(int offset, int length)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringCharacterIterator

public StringCharacterIterator(String src)
Deprecated. 
Parameters:
src - - encapsulated String
Method Detail

charAt

public char charAt(int pos)
Deprecated. 
Specified by:
charAt in interface CharacterIterator
Returns:
a character at the specified position.

isEnd

public boolean isEnd(int pos)
Deprecated. 
Specified by:
isEnd in interface CharacterIterator
Returns:
true iff if the specified index is after the end of the character stream

substring

public String substring(int offset)
Deprecated. 
Specified by:
substring in interface CharacterIterator
Returns:
a substring

substring

public String substring(int offset,
                        int length)
Deprecated. 
Specified by:
substring in interface CharacterIterator
Returns:
a substring

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.