| Modifier and Type | Class and Description |
|---|---|
static class |
Extractors.BooleanExtractor |
static class |
Extractors.ByteExtractor |
static class |
Extractors.CharExtractor |
static class |
Extractors.DoubleExtractor |
static class |
Extractors.FloatExtractor |
static class |
Extractors.IntExtractor |
static class |
Extractors.LongExtractor |
static class |
Extractors.ShortExtractor |
static class |
Extractors.StringExtractor |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
Extractor<boolean[]> |
Extractors.booleanArray() |
Extractor<byte[]> |
Extractors.byteArray() |
Extractor<T> |
Extractor.clone() |
Extractor<double[]> |
Extractors.doubleArray() |
Extractor<float[]> |
Extractors.floatArray() |
Extractor<int[]> |
Extractors.intArray() |
Extractor<long[]> |
Extractors.longArray() |
Extractor<short[]> |
Extractors.shortArray() |
Extractor<String> |
Extractors.string() |
Extractor<String[]> |
Extractors.stringArray() |
Extractor<?> |
Extractors.valueOf(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
Extractors.add(Extractor<?> extractor) |
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.