Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ hasMoreElements
Method
hasMoreElements
corpus/java/training/guava/collect/Iterators.java:1081–1084 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1079
checkNotNull(iterator);
1080
return
new
Enumeration<T>() {
1081
@Override
1082
public
boolean hasMoreElements() {
1083
return
iterator.hasNext();
1084
}
1085
1086
@Override
1087
public
T nextElement() {
Callers
3
fromProperties
Method · 0.45
hasNext
Method · 0.45
scanJarFile
Method · 0.45
Calls
1
hasNext
Method · 0.45
Tested by
no test coverage detected