T - the node id typepublic final class NodePath<T extends Serializable & Comparable<T>> extends ImmutableArrayList<T> implements Comparable<NodePath<T>>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
NodePath.JacksonDeserializer<T extends Serializable & Comparable<T>> |
| 构造器和说明 |
|---|
NodePath() |
NodePath(List<T> path) |
NodePath(List<T> path,
T child) |
NodePath(NodePath<T> parent) |
NodePath(NodePath<T> parent,
T child) |
NodePath(T... path) |
NodePath(T[] parent,
T child) |
| 限定符和类型 | 方法和说明 |
|---|---|
NodePath<T> |
clone() |
int |
compareTo(NodePath<T> o) |
boolean |
equals(Object obj) |
add, add, addAll, addAll, clear, concat, contains, containsAll, get, hashCode, indexOf, isEmpty, iterator, join, lastIndexOf, listIterator, listIterator, of, of, of, of, of, offset, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArraytoStringparallelStream, streampublic NodePath()
@SafeVarargs public NodePath(T... path)
public int compareTo(NodePath<T> o)
compareTo 在接口中 Comparable<NodePath<T extends Serializable & Comparable<T>>>public boolean equals(Object obj)
equals 在接口中 Collection<T extends Serializable & Comparable<T>>equals 在接口中 List<T extends Serializable & Comparable<T>>equals 在类中 ImmutableArrayList<T extends Serializable & Comparable<T>>public NodePath<T> clone()
clone 在类中 ImmutableArrayList<T extends Serializable & Comparable<T>>Copyright © 2024. All rights reserved.