Uses of Interface
gnu.trove.TFloatObjectProcedure
Packages that use TFloatObjectProcedure
-
Uses of TFloatObjectProcedure in gnu.trove
Methods in gnu.trove with parameters of type TFloatObjectProcedureModifier and TypeMethodDescriptionboolean
TFloatObjectHashMap.forEachEntry
(TFloatObjectProcedure<V> procedure) Executes procedure for each key/value entry in the map.boolean
TFloatObjectHashMap.retainEntries
(TFloatObjectProcedure<V> procedure) Retains only those entries in the map for which the procedure returns a true value.