Uses of Interface
com.carrotsearch.hppc.procedures.IntFloatProcedure
-
Packages that use IntFloatProcedure Package Description com.carrotsearch.hppc -
-
Uses of IntFloatProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type IntFloatProcedure Modifier and Type Method Description <T extends IntFloatProcedure>
TIntFloatAssociativeContainer. forEach(T procedure)
Applies a given procedure to all keys-value pairs in this container.<T extends IntFloatProcedure>
TIntFloatHashMap. forEach(T procedure)
Applies a given procedure to all keys-value pairs in this container.
-