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