| Package | Description |
|---|---|
| org.aksw.commons.collections.trees |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeNodeImpl<T>
Data structure that pairs a tree with one of its nodes.
|
| Modifier and Type | Method and Description |
|---|---|
TreeNode<T> |
TreeNode.getParent() |
TreeNode<T> |
TreeNodeImpl.getParent() |
| Modifier and Type | Method and Description |
|---|---|
Collection<TreeNode<T>> |
TreeNode.getChildren() |
Collection<TreeNode<T>> |
TreeNodeImpl.getChildren() |
Copyright © 2018. All rights reserved.