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