Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ hasNext
Method
hasNext
output/java8/1.4.13/ArrayIterator.java:52–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
@Override
53
public
boolean hasNext() {
54
return
(i+1) < n && n>0;
55
}
56
57
@Override
58
public
Object next() {
Callers
14
join
Method · 0.45
writeIterator
Method · 0.45
rot_map_iterator
Method · 0.45
zip_map
Method · 0.45
addToList
Method · 0.45
first
Method · 0.45
last
Method · 0.45
rest
Method · 0.45
trunc
Method · 0.45
strip
Method · 0.45
reverse
Method · 0.45
length
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected