descendants method

List<TreeMapNode> descendants()
inherited

返回其所有后代节点

Implementation

List<T> descendants() {
  return iterator();
}