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