Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ peek
Method
peek
src/main/java/pascal/taie/util/collection/SetQueue.java:72–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}
71
72
@Override
73
public
E peek() {
74
Iterator<E> it = set.iterator();
75
return
it.hasNext() ? it.next() : null;
76
}
77
}
Callers
11
endSuperClass
Method · 0.45
endInterface
Method · 0.45
endTypeParam
Method · 0.45
endClassBound
Method · 0.45
endInterfaceBound
Method · 0.45
endTypeArg
Method · 0.45
endParameterType
Method · 0.45
endReturnType
Method · 0.45
endExceptionType
Method · 0.45
compute
Method · 0.45
visit
Method · 0.45
Calls
3
iterator
Method · 0.65
hasNext
Method · 0.65
next
Method · 0.65
Tested by
no test coverage detected