Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ nextElement
Method
nextElement
corpus/java/training/guava/collect/Iterators.java:1086–1089 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1084
}
1085
1086
@Override
1087
public
T nextElement() {
1088
return
iterator.next();
1089
}
1090
};
1091
}
1092
Callers
3
fromProperties
Method · 0.45
next
Method · 0.45
scanJarFile
Method · 0.45
Calls
1
next
Method · 0.65
Tested by
no test coverage detected