Package | Description |
---|---|
org.jboss.com.sun.corba.se.impl.orbutil.graph |
Modifier and Type | Method and Description |
---|---|
Set<Node> |
Node.getChildren()
Get all the children of this node.
|
Set<Node> |
Graph.getRoots() |
Set<Node> |
GraphImpl.getRoots() |
Iterator<Node> |
GraphImpl.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
GraphImpl.add(Node obj) |
NodeData |
Graph.getNodeData(Node node) |
NodeData |
GraphImpl.getNodeData(Node node) |
Constructor and Description |
---|
GraphImpl(Collection<Node> coll) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.