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