Searched refs:testMapWithIndex (Results 1 – 1 of 1) sorted by relevance
285 private void testMapWithIndex(Function<Collection<String>, Stream<String>> collectionImpl) { in testMapWithIndex() method302 testMapWithIndex(elems -> new ArrayList<>(elems).stream()); in testMapWithIndex_arrayListSource()306 testMapWithIndex(elems -> new LinkedHashSet<>(elems).stream()); in testMapWithIndex_linkedHashSetSource()310 testMapWithIndex( in testMapWithIndex_unsizedSource()