Uses of Interface
com.carrotsearch.hppc.procedures.CharShortProcedure
Packages that use CharShortProcedure
-
Uses of CharShortProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type CharShortProcedureModifier and TypeMethodDescription<T extends CharShortProcedure>
TCharShortAssociativeContainer.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.<T extends CharShortProcedure>
TCharShortHashMap.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.