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 booleanTObjectShortHashMap. forEachEntry(TObjectShortProcedure<K> procedure)Executes procedure for each key/value entry in the map.booleanTObjectShortHashMap. retainEntries(TObjectShortProcedure<K> procedure)Retains only those entries in the map for which the procedure returns a true value.
-