Uses of Interface
com.carrotsearch.hppc.procedures.ObjectIntProcedure
Packages that use ObjectIntProcedure
-
Uses of ObjectIntProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ObjectIntProcedureModifier and TypeMethodDescription<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.