Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ hasMoreElements
Method
hasMoreElements
output/java_guava/1.4.19/Iterators.java:1147–1150 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1145
checkNotNull(iterator);
1146
return
new
Enumeration<T>() {
1147
@Override
1148
public
boolean hasMoreElements() {
1149
return
iterator.hasNext();
1150
}
1151
1152
@Override
1153
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