Home
last modified time | relevance | path

Searched refs:testMapWithIndex (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DStreamsTest.java285 private void testMapWithIndex(Function<Collection<String>, Stream<String>> collectionImpl) { in testMapWithIndex() method
302 testMapWithIndex(elems -> new ArrayList<>(elems).stream()); in testMapWithIndex_arrayListSource()
306 testMapWithIndex(elems -> new LinkedHashSet<>(elems).stream()); in testMapWithIndex_linkedHashSetSource()
310 testMapWithIndex( in testMapWithIndex_unsizedSource()