Descripción
Sintaxis
public void forEachEntry(long parallelismThreshold, Consumer<? super Map.Entry<K,V>> action)
<U> void forEachEntry(long parallelismThreshold, Function<Map.Entry<K,V>,? extends U> transformer, Consumer<? super U> action)
Parámetros
- Consumer<? super U> action,
- V>> action,
- Function<Map.Entry<K,
- V>,
- Consumer<? super Map.Entry<K,
- long parallelismThreshold,
- ? extends U> transformer,
Clase Padre
Ejemplo
Artículos
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.