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