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