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