Uses of Interface
com.carrotsearch.hppc.procedures.CharObjectProcedure
Packages that use CharObjectProcedure
-
Uses of CharObjectProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type CharObjectProcedureModifier and TypeMethodDescription<T extends CharObjectProcedure<? super VType>>
TCharObjectAssociativeContainer.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.<T extends CharObjectProcedure<? super VType>>
TCharObjectHashMap.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.