Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ next
Method
next
corpus/java/training/guava/collect/Iterators.java:81–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
}
80
81
@Override
82
public
Object next() {
83
throw
new
NoSuchElementException();
84
}
85
86
@Override
87
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