T - the NodeId implementation sub classpublic abstract class NodeId<T extends NodeId<T>> extends ToJsonString implements Comparable<T>, Serializable, Cloneable
| 限定符和类型 | 方法和说明 |
|---|---|
abstract T |
clone() |
protected abstract int |
compare(T another) |
int |
compareTo(T another) |
boolean |
equals(Object obj) |
protected abstract boolean |
equals(T another) |
T |
getParent() |
protected abstract int |
hash() |
int |
hashCode() |
toJson, toStringCopyright © 2024. All rights reserved.