MCPcopy Create free account
hub / github.com/LFYSec/MScan / iterator

Method iterator

src/main/java/pascal/taie/util/graph/Graph.java:112–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110 }
111
112 @Override
113 default Iterator<N> iterator() {
114 return getNodes().iterator();
115 }

Callers 15

iteratorMethod · 0.65
pollMethod · 0.65
peekMethod · 0.65
EntryIteratorMethod · 0.65
advanceKey1Method · 0.65
EntryIteratorMethod · 0.65
advanceKey1Method · 0.65
TwoKeyIteratorMethod · 0.65
advanceKey1Method · 0.65
iteratorMethod · 0.65
iteratorMethod · 0.65
FilteredIteratorClass · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected