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