Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ spliterator
Method
spliterator
guava/src/com/google/common/collect/Multiset.java:480–480 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
478
}
479
480
@Override
481
default Spliterator<E> spliterator() {
482
return
Multisets.spliteratorImpl(this);
483
}
Callers
15
spliterator
Method · 0.65
spliterator
Method · 0.65
entrySpliterator
Method · 0.65
entrySpliterator
Method · 0.65
entrySpliterator
Method · 0.65
spliterator
Method · 0.65
spliterator
Method · 0.65
spliterator
Method · 0.65
entrySpliterator
Method · 0.65
spliterator
Method · 0.65
spliterator
Method · 0.65
spliterator
Method · 0.65
Calls
no outgoing calls
Tested by
15
testNotDistinctEntrySpliterator
Method · 0.52
testEntrySetSpliteratorCharacteristics
Method · 0.52
testKeySetCharacteristics
Method · 0.52
testMap
Method · 0.52
testFlatMap
Method · 0.52
testFlatMap_nullStream
Method · 0.52
testFlatMapToInt_nullStream
Method · 0.52
testFlatMapToLong_nullStream
Method · 0.52
testFlatMapToDouble_nullStream
Method · 0.52
testMultisetsSpliterator
Method · 0.52
testConcat_refStream
Method · 0.52
testMapWithIndex
Method · 0.52