Uses of Interface
abk.core.util.ArrayUtils.IterableItemRun

Packages that use ArrayUtils.IterableItemRun
abk.core.util El paquete proporciona métodos estáticos usados habitualmente. 
 

Uses of ArrayUtils.IterableItemRun in abk.core.util
 

Methods in abk.core.util with parameters of type ArrayUtils.IterableItemRun
static
<T> void
ArrayUtils.forEach(Iterable<T> all, ArrayUtils.IterableItemRun<T> runnable)
          Ejecuta una acción sobre todos los elementos de una iteración.
static
<T> void
ArrayUtils.forEach(T[] all, ArrayUtils.IterableItemRun<T> runnable)
          Ejecuta una acción sobre todos los elementos de un vector.
 



Copyright © 2024. All rights reserved.