Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ iterator
Method
iterator
src/main/java/pascal/taie/util/collection/SetQueue.java:40–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
private
final
Set<E> set =
new
LinkedHashSet<>();
39
40
@Override
41
public
Iterator<E> iterator() {
42
return
set.iterator();
43
}
44
45
@Override
46
public
int
size() {
Callers
nothing calls this directly
Calls
1
iterator
Method · 0.65
Tested by
no test coverage detected