Package | Description |
---|---|
org.ojai |
Modifier and Type | Class and Description |
---|---|
static class |
FieldSegment.IndexSegment |
static class |
FieldSegment.NameSegment |
Modifier and Type | Field and Description |
---|---|
protected FieldSegment |
FieldSegment.child |
Modifier and Type | Field and Description |
---|---|
static Comparator<FieldSegment> |
FieldSegment.FIELD_SEGMENT_COMPARATOR
A
Comparator that compares two FieldSegments solely on the segment
value itself, excluding their child, if any. |
Modifier and Type | Method and Description |
---|---|
abstract FieldSegment |
FieldSegment.clone() |
FieldSegment |
FieldSegment.IndexSegment.clone() |
FieldSegment |
FieldSegment.getChild() |
FieldSegment |
FieldPath.getRootSegment() |
FieldSegment |
FieldPath.segmentAfterAncestor(FieldPath ancestor) |
Modifier and Type | Method and Description |
---|---|
Iterator<FieldSegment> |
FieldPath.iterator() |
Modifier and Type | Method and Description |
---|---|
FieldPath |
FieldPath.cloneWithNewChild(FieldSegment childSegment) |
int |
FieldSegment.compareTo(FieldSegment other) |
boolean |
FieldSegment.contains(FieldSegment otherSeg)
Checks to see if another path is contained in this one.
|
protected int |
FieldSegment.IndexSegment.segmentCompareTo(FieldSegment other) |
protected int |
FieldSegment.NameSegment.segmentCompareTo(FieldSegment o) |
protected abstract boolean |
FieldSegment.segmentEquals(FieldSegment other) |
protected boolean |
FieldSegment.IndexSegment.segmentEquals(FieldSegment obj) |
protected boolean |
FieldSegment.NameSegment.segmentEquals(FieldSegment obj) |
Constructor and Description |
---|
FieldSegment(FieldSegment child) |
IndexSegment(int index,
FieldSegment child) |
IndexSegment(String numberAsText,
FieldSegment child)
For Antlr parser's use only.
|
NameSegment(String n,
FieldSegment child,
boolean quoted)
For Antlr parser's use only.
|
Copyright © 2015–2019 MapR Technologies, Inc.. All rights reserved.