Uses of Interface
gnu.trove.TLongIntProcedure
-
Packages that use TLongIntProcedure Package Description gnu.trove -
-
Uses of TLongIntProcedure in gnu.trove
Methods in gnu.trove with parameters of type TLongIntProcedure Modifier and Type Method Description boolean
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.
-