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