Uses of Interface
com.carrotsearch.hppc.procedures.DoubleByteProcedure
-
Packages that use DoubleByteProcedure Package Description com.carrotsearch.hppc -
-
Uses of DoubleByteProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type DoubleByteProcedure Modifier and Type Method Description <T extends DoubleByteProcedure>
TDoubleByteAssociativeContainer. forEach(T procedure)
Applies a given procedure to all keys-value pairs in this container.<T extends DoubleByteProcedure>
TDoubleByteHashMap. forEach(T procedure)
Applies a given procedure to all keys-value pairs in this container.
-