MCPcopy
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

filterMethod · 0.95
mapMethod · 0.95
streamMethod · 0.95
spliteratorMethod · 0.65
sizeMethod · 0.65
flatMapMethod · 0.45
generateMethod · 0.45
minMethod · 0.45
subListMethod · 0.45
skipMethod · 0.45
limitMethod · 0.45

Tested by

no test coverage detected