Uses of Interface
com.carrotsearch.hppc.procedures.FloatLongProcedure
Packages that use FloatLongProcedure
-
Uses of FloatLongProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type FloatLongProcedureModifier and TypeMethodDescription<T extends FloatLongProcedure>
TFloatLongAssociativeContainer.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.<T extends FloatLongProcedure>
TFloatLongHashMap.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.