Uses of Interface
com.carrotsearch.hppc.procedures.CharLongProcedure
Packages that use CharLongProcedure
-
Uses of CharLongProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type CharLongProcedureModifier and TypeMethodDescription<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.