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