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