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