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