Uses of Interface
com.carrotsearch.hppc.procedures.IntIntProcedure
Packages that use IntIntProcedure
-
Uses of IntIntProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type IntIntProcedureModifier and TypeMethodDescription<T extends IntIntProcedure>
TIntIntAssociativeContainer.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.<T extends IntIntProcedure>
TIntIntHashMap.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.