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