Uses of Interface
com.carrotsearch.hppc.procedures.CharByteProcedure
-
Packages that use CharByteProcedure Package Description com.carrotsearch.hppc -
-
Uses of CharByteProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type CharByteProcedure Modifier and Type Method Description <T extends CharByteProcedure>
TCharByteAssociativeContainer. forEach(T procedure)
Applies a given procedure to all keys-value pairs in this container.<T extends CharByteProcedure>
TCharByteHashMap. forEach(T procedure)
Applies a given procedure to all keys-value pairs in this container.
-