Uses of Interface
com.carrotsearch.hppc.procedures.IntCharProcedure
-
Packages that use IntCharProcedure Package Description com.carrotsearch.hppc -
-
Uses of IntCharProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type IntCharProcedure Modifier and Type Method Description <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.
-