Uses of Interface
com.carrotsearch.hppc.procedures.LongFloatProcedure
-
Packages that use LongFloatProcedure Package Description com.carrotsearch.hppc -
-
Uses of LongFloatProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type LongFloatProcedure Modifier and Type Method Description <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.
-