JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
org.glassfish.pfl.basic
Package
org.glassfish.pfl.basic.graph
Interface Node<T extends Node>
public interface
Node<T extends Node>
Node in a graph.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Set
<
T
>
getChildren
()
Get all the children of this node.
Method Details
getChildren
Set
<
T
>
getChildren
()
Get all the children of this node.
Returns:
The set of all children of this node.