Uses of Interface
com.carrotsearch.hppc.procedures.FloatShortProcedure
Packages that use FloatShortProcedure
-
Uses of FloatShortProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type FloatShortProcedureModifier and TypeMethodDescription<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.