public class PathElements extends ArrayList<PathElement>
modCount| Constructor and Description |
|---|
PathElements() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static PathElements |
from(List<PathElement> elements) |
PathElements |
getParent() |
int |
hashCode() |
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAllparallelStream, streampublic static PathElements from(List<PathElement> elements)
public boolean equals(Object o)
equals in interface Collection<PathElement>equals in interface List<PathElement>equals in class AbstractList<PathElement>public int hashCode()
hashCode in interface Collection<PathElement>hashCode in interface List<PathElement>hashCode in class AbstractList<PathElement>public String toString()
toString in class AbstractCollection<PathElement>public PathElements getParent()
Copyright © 2023. All rights reserved.