| Modifier and Type | Method and Description |
|---|---|
<EXTRACTOR extends Extractor<?>> |
CharSeeker.extract(Mark mark,
EXTRACTOR extractor)
Extracts the value specified by the
Mark, previously populated by a call to CharSeeker.seek(Mark, int). |
<EXTRACTOR extends Extractor<?>> |
BufferedCharSeeker.extract(Mark mark,
EXTRACTOR extractor) |
boolean |
CharSeeker.seek(Mark mark,
int untilChar)
Seeks the next occurrence of any of the characters in
untilOneOfChars, or if end-of-line,
or even end-of-file. |
boolean |
BufferedCharSeeker.seek(Mark mark,
int untilChar) |
boolean |
CharSeeker.tryExtract(Mark mark,
Extractor<?> extractor)
Extracts the value specified by the
Mark, previously populated by a call to CharSeeker.seek(Mark, int). |
boolean |
BufferedCharSeeker.tryExtract(Mark mark,
Extractor<?> extractor) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.