| Package | Description |
|---|---|
| org.lsst.ccs.utilities.structs |
| Modifier and Type | Method and Description |
|---|---|
TreeBranch<T> |
TreeBranch.getRealParent()
same as getParent but with proper return type
|
TreeBranch<X> |
TreeBranch.PreOrderNodeIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<TreeBranch<T>> |
TreeBranch.getChildIterator() |
List<TreeBranch<T>> |
TreeBranch.getChildren() |
List<TreeBranch<T>> |
TreeBranch.getPath() |
Iterator<TreeBranch<T>> |
TreeBranch.nodeIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeBranch.addChild(TreeBranch<T> child)
adds a child to the current node.
|
| Constructor and Description |
|---|
PreOrderIterator(TreeBranch<X> rootNode) |
PreOrderNodeIterator(TreeBranch<X> rootNode) |
TreeBranch(TreeBranch<T> parent,
T content)
prefer the use of this constructor when building a tree
(instead of using sequence one-arg constructor + addChild)
|
Copyright © 2023 LSST. All rights reserved.