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