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