T
- the actual implementation type of this ImmutableGraphNodepublic class ImmutableGraphNode<T extends GraphNode<T>> extends java.lang.Object implements GraphNode<T>
GraphNode
implementation.Constructor and Description |
---|
ImmutableGraphNode() |
ImmutableGraphNode(java.util.List<T> children) |
Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
getChildren()
Returns the sub nodes of this node.
|
public ImmutableGraphNode()
public ImmutableGraphNode(java.util.List<T> children)