Uses of Interface
com.carrotsearch.hppc.procedures.ShortIntProcedure
-
Packages that use ShortIntProcedure Package Description com.carrotsearch.hppc -
-
Uses of ShortIntProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ShortIntProcedure Modifier and Type Method Description <T extends ShortIntProcedure>
TShortIntAssociativeContainer. forEach(T procedure)
Applies a given procedure to all keys-value pairs in this container.<T extends ShortIntProcedure>
TShortIntHashMap. forEach(T procedure)
Applies a given procedure to all keys-value pairs in this container.
-