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