public interface Path extends List<Pair<String,Schema>>, RandomAccess
Examples:
| Modifier and Type | Method and Description |
|---|---|
List<String> |
names()
Returns the names of this path, not including the name of the root.
|
Path |
parent()
Returns the parent path, or null if the path is empty.
|
List<Schema> |
schemas()
Returns the schemas of this path.
|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.