Uses of Interface
com.carrotsearch.hppc.procedures.ObjectCharProcedure
Packages that use ObjectCharProcedure
-
Uses of ObjectCharProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ObjectCharProcedureModifier and TypeMethodDescription<T extends ObjectCharProcedure<? super KType>>
TObjectCharAssociativeContainer.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.<T extends ObjectCharProcedure<? super KType>>
TObjectCharHashMap.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.