Uses of Interface
com.carrotsearch.hppc.procedures.ByteFloatProcedure
Packages that use ByteFloatProcedure
-
Uses of ByteFloatProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ByteFloatProcedureModifier and TypeMethodDescription<T extends ByteFloatProcedure>
TByteFloatAssociativeContainer.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.<T extends ByteFloatProcedure>
TByteFloatHashMap.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.