Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ edges
Method
edges
android/guava/src/com/google/common/graph/Graph.java:114–114 ·
view source on GitHub ↗
Returns all edges in this graph.
()
Source
from the content-addressed store, hash-verified
112
113
/** Returns all edges in this graph. */
114
@Override
115
Set<EndpointPair<N>> edges();
116
117
//
Callers
15
getEdgeToReferenceNode
Method · 0.65
equals
Method · 0.65
hashCode
Method · 0.65
toString
Method · 0.65
edges
Method · 0.65
iterator
Method · 0.65
size
Method · 0.65
edgeIncidentNodesMap
Method · 0.65
copyOf
Method · 0.65
hasCycle
Method · 0.65
copyOf
Method · 0.65
edges
Method · 0.65
Calls
no outgoing calls
Tested by
15
testNetworkMutation
Method · 0.52
testGraphMutation
Method · 0.52
edges_checkReturnedSetMutability
Method · 0.52
edges_containsOrderMismatch
Method · 0.52
edges_selfLoop
Method · 0.52
addEdge_existingNodes
Method · 0.52
addEdge_existingEdgeBetweenSameNodes
Method · 0.52
addEdge_nodesNotInGraph
Method · 0.52
addEdge_selfLoop
Method · 0.52
addEdge_existingSelfLoopEdgeBetweenSameNodes
Method · 0.52
removeNode_existingNodeWithSelfLoopEdge
Method · 0.52
removeEdge_existingSelfLoopEdge
Method · 0.52