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