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