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