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