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

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

Introduction

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

The text is from its open source code.

Field

Method

EndpointPairordered(N source, N target)
Returns an EndpointPair representing the endpoints of a directed edge.
Nsource()
If this EndpointPair #isOrdered() , returns the node which is the source.
Ntarget()
If this EndpointPair #isOrdered() , returns the node which is the target.
StringtoString()
Returns a string representation of the object.
EndpointPairunordered(N nodeU, N nodeV)
Returns an EndpointPair representing the endpoints of an undirected edge.