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