Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ flipAll
Method
flipAll
src/test/resources/sideeffect/LinkedList.java:16–22 ·
view source on GitHub ↗
(List list)
Source
from the content-addressed store, hash-verified
14
}
15
16
static
void
flipAll(List list){
17
Iterator it=list.iterator();
18
while
(it.hasNext()){
19
Point p=(Point) it.next();
20
p.flip();
21
}
22
}
23
24
public
static
void
main(String args[]){
25
List list=
new
List();
Callers
1
main
Method · 0.95
Calls
4
hasNext
Method · 0.95
next
Method · 0.95
flip
Method · 0.95
iterator
Method · 0.65
Tested by
no test coverage detected