Uses of Interface
org.apache.regexp.CharacterIterator
-
Uses of CharacterIterator in org.apache.regexp
Classes in org.apache.regexp that implement CharacterIteratorModifier and TypeClassDescriptionfinal class
Encapsulates char[] as CharacterIteratorfinal class
Encapsulates java.io.Reader as CharacterIteratorfinal class
Encapsulates java.io.InputStream as CharacterIterator.final class
Encapsulates String as CharacterIterator.Fields in org.apache.regexp declared as CharacterIteratorMethods in org.apache.regexp with parameters of type CharacterIteratorModifier and TypeMethodDescriptionboolean
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)