Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ hasPrevious
Method
hasPrevious
output/java_guava/1.4.18/Lists.java:953–956 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
951
}
952
953
@Override
954
public
boolean hasPrevious() {
955
return
forwardIterator.hasNext();
956
}
957
958
@Override
959
public
T next() {
Callers
3
previous
Method · 0.95
hasNext
Method · 0.45
lastIndexOfImpl
Method · 0.45
Calls
1
hasNext
Method · 0.45
Tested by
no test coverage detected