Interface PathJson.Step
- All Superinterfaces:
Comparable<PathJson.Step>
- All Known Implementing Classes:
PathJson.StepIndex, PathJson.StepKey
- Enclosing class:
PathJson
-
Method Summary
Modifier and TypeMethodDescriptiondefault intcompareTo(PathJson.Step that) default intgetIndex()default StringgetKey()default booleanisIndex()default booleanisKey()static PathJson.StepIndexof(int index) static PathJson.StepKeystatic PathJson.StepKeyparent()static PathJson.StepKeyself()
-
Method Details
-
isKey
default boolean isKey() -
isIndex
default boolean isIndex() -
getKey
-
getIndex
default int getIndex() -
compareTo
- Specified by:
compareToin interfaceComparable<PathJson.Step>
-
of
-
of
-
self
-
parent
-