Modifier and Type | Class and Description |
---|---|
class |
CharacterArrayCharacterIterator
Encapsulates char[] as CharacterIterator
|
class |
ReaderCharacterIterator
Encapsulates java.io.Reader as CharacterIterator
|
class |
StreamCharacterIterator
Encapsulates java.io.InputStream as CharacterIterator.
|
class |
StringCharacterIterator
Encapsulates String as CharacterIterator.
|
Modifier and Type | Field and Description |
---|---|
(package private) CharacterIterator |
RE.search |
Modifier and Type | Method and 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) |
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.