public class PathElements extends ArrayList<PathElement>
modCount| Constructor and Description |
|---|
PathElements() |
| Modifier and Type | Method and Description |
|---|---|
String |
asPath() |
PathElements |
copy() |
boolean |
equals(Object o) |
static PathElements |
from(List<PathElement> elements) |
String |
getDisplayName() |
PathElements |
getParent() |
int |
hashCode() |
PathElements |
stripFirstElements(List<String> rootElements) |
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 copy()
public PathElements getParent()
public String asPath()
public PathElements stripFirstElements(List<String> rootElements)
public String getDisplayName()
Copyright © 2023. All rights reserved.