Uses of Interface
com.carrotsearch.hppc.procedures.FloatDoubleProcedure
Packages that use FloatDoubleProcedure
-
Uses of FloatDoubleProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type FloatDoubleProcedureModifier and TypeMethodDescription<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.