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