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