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