Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DTabulatorsTest.java82 …static class GroupedMapAssertion<T, K, V, M extends Map<K, ? extends V>> extends TabulationAsserti… class in TabulatorsTest
87 protected GroupedMapAssertion(Function<T, K> classifier, in GroupedMapAssertion() method in TabulatorsTest.GroupedMapAssertion
452 new GroupedMapAssertion<>(classifier, HashMap.class,
455 new GroupedMapAssertion<>(classifier, ConcurrentHashMap.class,
461 new GroupedMapAssertion<>(classifier, TreeMap.class,
466 new GroupedMapAssertion<>(classifier, ConcurrentSkipListMap.class,
478 new GroupedMapAssertion<>(classifier, HashMap.class,
479 … new GroupedMapAssertion<>(classifier2, HashMap.class,
484 new GroupedMapAssertion<>(classifier, ConcurrentHashMap.class,
485 … new GroupedMapAssertion<>(classifier2, HashMap.class,
[all …]