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