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