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