Java com.google.common.graph MutableGraph fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.graph MutableGraph fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.graph MutableGraph.

The text is from its open source code.

Implementation

com.google.common.graph.MutableGraph has the following implementations.
Click this link to see all its implementation.

Method

booleanaddNode(N node)
Adds node to this graph (optional operation).
Setnodes()
Returns all nodes in this graph.
intoutDegree(Object node)
Returns the number of outgoing edges in this graph of node .
Setpredecessors(Object node)
Returns all nodes in this graph adjacent to node which can be reached by traversing node 's incoming edges against the direction (if any) of the edge.