Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ get
Method
get
corpus/java/training/guava/collect/FluentIterable.java:802–804 ·
view source on GitHub ↗
(int position)
Source
from the content-addressed store, hash-verified
800
*/
801
// TODO(kevinb): add @Nullable?
802
public
final
E get(
int
position) {
803
return
Iterables.get(iterable, position);
804
}
805
806
/**
807
* Function that transforms {@code Iterable<E>} into a fluent iterable.
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected