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