Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ hasNext
Method
hasNext
src/main/java/org/dynjs/runtime/NameEnumerator.java:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
public
boolean hasNext() {
25
return
this.counter < names.size();
26
}
27
28
public
String next() {
29
return
this.names.get(this.counter++);
Callers
11
walk
Method · 0.95
call
Method · 0.95
call
Method · 0.95
call
Method · 0.95
call
Method · 0.95
call
Method · 0.95
call
Method · 0.95
pp
Method · 0.95
fixupList
Method · 0.80
addJumpIfNextNotDestination
Method · 0.80
consume
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected