T - the node id typepublic final class NodePath<T extends Serializable & Comparable<T>> extends ArrayList<T> implements Comparable<NodePath<T>>
modCount| 限定符和类型 | 方法和说明 |
|---|---|
NodePath<T> |
clone() |
int |
compareTo(NodePath<T> that) |
boolean |
equals(Object obj) |
int |
hashCode() |
add, add, addAll, addAll, clear, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizecontainsAll, toStringcontainsAllparallelStream, streampublic int hashCode()
hashCode 在接口中 Collection<T extends Serializable & Comparable<T>>hashCode 在接口中 List<T extends Serializable & Comparable<T>>hashCode 在类中 AbstractList<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 在类中 AbstractList<T extends Serializable & Comparable<T>>public int compareTo(NodePath<T> that)
compareTo 在接口中 Comparable<NodePath<T extends Serializable & Comparable<T>>>public NodePath<T> clone()
clone 在类中 ArrayList<T extends Serializable & Comparable<T>>Copyright © 2025. All rights reserved.