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