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