Uses of Interface
com.carrotsearch.hppc.procedures.IntObjectProcedure
-
Packages that use IntObjectProcedure Package Description com.carrotsearch.hppc -
-
Uses of IntObjectProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type IntObjectProcedure Modifier and Type Method Description <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.
-