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 classCharacterArrayCharacterIteratorEncapsulates char[] as CharacterIteratorclassReaderCharacterIteratorEncapsulates java.io.Reader as CharacterIteratorclassStreamCharacterIteratorEncapsulates java.io.InputStream as CharacterIterator.classStringCharacterIteratorEncapsulates String as CharacterIterator.Fields in org.apache.regexp declared as CharacterIterator Modifier and Type Field Description (package private) CharacterIteratorRE. searchMethods in org.apache.regexp with parameters of type CharacterIterator Modifier and Type Method Description booleanRE. match(CharacterIterator search, int i)Matches the current regular expression program against a character array, starting at a given index.(package private) booleanRETestCase. tryMatchUsingCI(CharacterIterator matchAgainst)
-