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