Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ nodes
Method
nodes
guava/src/com/google/common/graph/AbstractNetwork.java:60–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
public
Graph<N> asGraph() {
59
return
new
AbstractGraph<N>() {
60
@Override
61
public
Set<N> nodes() {
62
return
AbstractNetwork.this.nodes();
63
}
64
65
@Override
66
public
Set<EndpointPair<N>> edges() {
Callers
6
contains
Method · 0.95
hasEdgeConnecting
Method · 0.95
equals
Method · 0.95
toString
Method · 0.95
nodeInvalidatableSet
Method · 0.95
nodePairInvalidatableSet
Method · 0.95
Calls
1
nodes
Method · 0.65
Tested by
no test coverage detected