Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ iterator
Method
iterator
output/java_guava/1.4.19/FluentIterable.java:136–139 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
134
? (FluentIterable<E>) iterable
135
:
new
FluentIterable<E>(iterable) {
136
@Override
137
public
Iterator<E> iterator() {
138
return
iterable.iterator();
139
}
140
};
141
}
142
Callers
nothing calls this directly
Calls
4
concat
Method · 0.95
transform
Method · 0.95
toIterator
Method · 0.95
iterator
Method · 0.65
Tested by
no test coverage detected