Uses of Interface
org.apache.regexp.CharacterIterator
-
-
Uses of CharacterIterator in org.apache.regexp
Classes in org.apache.regexp that implement CharacterIterator Modifier and Type Class Description class
CharacterArrayCharacterIterator
Encapsulates char[] as CharacterIteratorclass
ReaderCharacterIterator
Encapsulates java.io.Reader as CharacterIteratorclass
StreamCharacterIterator
Encapsulates java.io.InputStream as CharacterIterator.class
StringCharacterIterator
Encapsulates String as CharacterIterator.Fields in org.apache.regexp declared as CharacterIterator Modifier and Type Field Description (package private) CharacterIterator
RE. search
Methods in org.apache.regexp with parameters of type CharacterIterator Modifier and Type Method Description boolean
RE. match(CharacterIterator search, int i)
Matches the current regular expression program against a character array, starting at a given index.(package private) boolean
RETestCase. tryMatchUsingCI(CharacterIterator matchAgainst)
-