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