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