Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Collections/
DUnmodifiableMapEntrySet.java96 void testWithEntryConsumer(Consumer<EntryConsumer> c) { in testWithEntryConsumer() method in UnmodifiableMapEntrySet
104 testWithEntryConsumer( in testForEach()
110 testWithEntryConsumer( in testIteratorForEachRemaining()
116 testWithEntryConsumer(ec -> { in testIteratorNext()
146 testWithEntryConsumer(sc.apply(ss.get())); in testSpliterator()
151 testWithEntryConsumer(sc.apply(split)); in testSpliterator()
152 testWithEntryConsumer(sc.apply(s)); in testSpliterator()
158 testWithEntryConsumer(ec -> ms.get().entrySet().stream().forEach(ec)); in testStreamForEach()
163 testWithEntryConsumer(ec -> ms.get().entrySet().parallelStream().forEach(ec)); in testParallelStreamForEach()