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

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

Introduction

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

The text is from its open source code.

Method

booleanaddNode(N node)
Adds node if it is not already present.
VputEdgeValue(N nodeU, N nodeV, V value)
Adds an edge connecting nodeU to nodeV if one is not already present; associate that edge with value .
VremoveEdge(@CompatibleWith("N") Object nodeU, @CompatibleWith("N") Object nodeV)
Removes the edge connecting nodeU to nodeV , if it is present.