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