Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ next
Method
next
output/java_guava/1.4.19/Iterators.java:80–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
}
79
80
@Override
81
public
Object next() {
82
throw
new
NoSuchElementException();
83
}
84
85
@Override
86
public
boolean hasPrevious() {
Callers
nothing calls this directly
Calls
7
hasNext
Method · 0.95
next
Method · 0.65
iterator
Method · 0.65
remove
Method · 0.65
asList
Method · 0.45
subList
Method · 0.45
nextElement
Method · 0.45
Tested by
no test coverage detected