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