| Modifier and Type | Field and Description |
|---|---|
private static Schemas.PathImpl |
EMPTY |
private com.google.common.collect.ImmutableList<Pair<String,Schema>> |
pairs |
modCount| Constructor and Description |
|---|
PathImpl(com.google.common.collect.ImmutableList<Pair<String,Schema>> pairs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Pair<String,Schema> |
get(int index) |
int |
hashCode() |
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.
|
int |
size() |
add, add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamprivate static final Schemas.PathImpl EMPTY
public boolean equals(Object o)
public int hashCode()
public int size()
public Path parent()
Pathpublic List<String> names()
PathCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.