Uses of Interface
com.carrotsearch.hppc.procedures.ByteDoubleProcedure
-
Packages that use ByteDoubleProcedure Package Description com.carrotsearch.hppc -
-
Uses of ByteDoubleProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ByteDoubleProcedure Modifier and Type Method Description <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.
-