Uses of Interface
com.carrotsearch.hppc.procedures.IntIntProcedure
-
Packages that use IntIntProcedure Package Description com.carrotsearch.hppc -
-
Uses of IntIntProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type IntIntProcedure Modifier and Type Method Description <T extends IntIntProcedure>
TIntIntAssociativeContainer. forEach(T procedure)
Applies a given procedure to all keys-value pairs in this container.<T extends IntIntProcedure>
TIntIntHashMap. forEach(T procedure)
Applies a given procedure to all keys-value pairs in this container.
-