MCPcopy
hub / github.com/google/guava / size

Method size

guava/src/com/google/common/graph/AbstractNetwork.java:79–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 }
78
79 @Override
80 public int size() {
81 return AbstractNetwork.this.edges().size();
82 }
83
84 // Mostly safe: We check contains(u) before calling successors(u), so we perform unsafe
85 // operations only in weird cases like checking for an EndpointPair<ArrayList> in a

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.65
edgesMethod · 0.65

Tested by

no test coverage detected