JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.glassfish.pfl.basic.graph
Interface Node<T extends Node>
public interface
Node<T extends Node>
Node in a graph.
Method Summary
Methods
Modifier and Type
Method and Description
java.util.Set<
T
>
getChildren
()
Get all the children of this node.
Method Detail
getChildren
java.util.Set<
T
> getChildren()
Get all the children of this node.
Returns:
The set of all children of this node.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method