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