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