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