JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.glassfish.pfl.basic.graph
Node
Contents
Description
Method Summary
Method Details
getChildren()
Hide sidebar
Show sidebar
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.