Class Stream
java.lang.Object
org.exoplatform.web.controller.regexp.Stream
- Author:
- Julien Viet
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Stream
-
-
Method Details
-
getIndex
public int getIndex() -
reset
public void reset() -
hasNext
public boolean hasNext() -
hasNext
public boolean hasNext(int delta) -
hasNext
public boolean hasNext(char c) -
hasNext
public boolean hasNext(int delta, char c) -
next
public boolean next(char c) -
peek
-
peek
-
next
public char next()
-