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