Uses of Interface
com.carrotsearch.hppc.procedures.IntObjectProcedure
Packages that use IntObjectProcedure
-
Uses of IntObjectProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type IntObjectProcedureModifier and TypeMethodDescription<T extends IntObjectProcedure<? super VType>>
TIntObjectAssociativeContainer.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.<T extends IntObjectProcedure<? super VType>>
TIntObjectHashMap.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.