Uses of Interface
com.carrotsearch.hppc.procedures.DoubleObjectProcedure
Packages that use DoubleObjectProcedure
-
Uses of DoubleObjectProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type DoubleObjectProcedureModifier and TypeMethodDescription<T extends DoubleObjectProcedure<? super VType>>
TDoubleObjectAssociativeContainer.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.<T extends DoubleObjectProcedure<? super VType>>
TDoubleObjectHashMap.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.