T - the node id typeA - the attachment biz object typepublic final class FlatNode<T extends Serializable & Comparable<T>,A> extends PlainNode<T,A>
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
leftLeafCount |
protected int |
level |
protected int |
nodeDegree |
protected NodePath<T> |
path |
protected int |
siblingOrdinal |
protected int |
treeDegree |
protected int |
treeHeight |
protected int |
treeLeafCount |
protected int |
treeNodeCount |
protected NodePath<T extends Serializable & Comparable<T>> path
protected int level
protected int siblingOrdinal
protected int leftLeafCount
protected int nodeDegree
protected int treeDegree
protected int treeHeight
protected int treeNodeCount
protected int treeLeafCount
Copyright © 2025. All rights reserved.