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