Uses of Interface
com.carrotsearch.hppc.procedures.DoubleIntProcedure
-
Packages that use DoubleIntProcedure Package Description com.carrotsearch.hppc -
-
Uses of DoubleIntProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type DoubleIntProcedure Modifier and Type Method Description <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.
-