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