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