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