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