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