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