Searched defs:entryConsumer (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DCollections.java1616 static <K, V> Consumer<Map.Entry<K, V>> entryConsumer(Consumer<? super Entry<K, V>> action) { method in class:Collections.UnmodifiableMap.UnmodifiableEntrySet
1622 c.forEach(entryConsumer(action));
1636 return s.tryAdvance(entryConsumer(action));
1642 s.forEachRemaining(entryConsumer(action));

Completed in 19 milliseconds