Uses of Interface
com.carrotsearch.hppc.procedures.ObjectFloatProcedure
Packages that use ObjectFloatProcedure
-
Uses of ObjectFloatProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ObjectFloatProcedureModifier and TypeMethodDescription<T extends ObjectFloatProcedure<? super KType>>
TObjectFloatAssociativeContainer.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.<T extends ObjectFloatProcedure<? super KType>>
TObjectFloatHashMap.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.