Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ spliterator
Method
spliterator
guava/src/com/google/common/collect/Iterables.java:382–385 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
380
}
381
382
@Override
383
public
Spliterator<T> spliterator() {
384
return
Stream.generate(() -> iterable).<T>flatMap(Streams::stream).spliterator();
385
}
386
387
@Override
388
public
String toString() {
Callers
nothing calls this directly
Calls
11
filter
Method · 0.95
map
Method · 0.95
stream
Method · 0.95
spliterator
Method · 0.65
size
Method · 0.65
flatMap
Method · 0.45
generate
Method · 0.45
min
Method · 0.45
subList
Method · 0.45
skip
Method · 0.45
limit
Method · 0.45
Tested by
no test coverage detected