Uses of Interface
com.carrotsearch.hppc.procedures.FloatObjectProcedure
Packages that use FloatObjectProcedure
-
Uses of FloatObjectProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type FloatObjectProcedureModifier and TypeMethodDescription<T extends FloatObjectProcedure<? super VType>>
TFloatObjectAssociativeContainer.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.<T extends FloatObjectProcedure<? super VType>>
TFloatObjectHashMap.forEach
(T procedure) Applies a given procedure to all keys-value pairs in this container.