Uses of Interface
com.carrotsearch.hppc.procedures.ByteIntProcedure
Packages that use ByteIntProcedure
-
Uses of ByteIntProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ByteIntProcedureModifier and TypeMethodDescription<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.