Uses of Interface
com.carrotsearch.hppc.procedures.CharLongProcedure
-
Packages that use CharLongProcedure Package Description com.carrotsearch.hppc -
-
Uses of CharLongProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type CharLongProcedure Modifier and Type Method Description <T extends CharLongProcedure>
TCharLongAssociativeContainer. forEach(T procedure)
Applies a given procedure to all keys-value pairs in this container.<T extends CharLongProcedure>
TCharLongHashMap. forEach(T procedure)
Applies a given procedure to all keys-value pairs in this container.
-