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