Uses of Interface
com.carrotsearch.hppc.procedures.DoubleCharProcedure
Packages that use DoubleCharProcedure
-
Uses of DoubleCharProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type DoubleCharProcedureModifier and TypeMethodDescription<T extends DoubleCharProcedure>
TDoubleCharAssociativeContainer.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.<T extends DoubleCharProcedure>
TDoubleCharHashMap.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.