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