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