Uses of Interface
com.carrotsearch.hppc.procedures.DoubleObjectProcedure
-
Packages that use DoubleObjectProcedure Package Description com.carrotsearch.hppc -
-
Uses of DoubleObjectProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type DoubleObjectProcedure Modifier and Type Method Description <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.
-