Uses of Interface
com.carrotsearch.hppc.procedures.CharObjectProcedure
-
Packages that use CharObjectProcedure Package Description com.carrotsearch.hppc -
-
Uses of CharObjectProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type CharObjectProcedure Modifier and Type Method Description <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.
-