Uses of Interface
com.carrotsearch.hppc.procedures.IntFloatProcedure
Packages that use IntFloatProcedure
-
Uses of IntFloatProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type IntFloatProcedureModifier and TypeMethodDescription<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.