Uses of Interface org.apache.regexp.CharacterIterator

Uses in package org.apache.regexp

Classes implementing org.apache.regexp.CharacterIterator

class
Encapsulates char[] as CharacterIterator
class
Encapsulates java.io.Reader as CharacterIterator
class
Encapsulates java.io.InputStream as CharacterIterator.
class
Encapsulates String as CharacterIterator.

Fields of type org.apache.regexp.CharacterIterator

CharacterIterator

Methods with parameter type org.apache.regexp.CharacterIterator

boolean
RE.match(CharacterIterator search, int i)
Matches the current regular expression program against a character array, starting at a given index.
boolean

Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.