- All Implemented Interfaces:
- com.gs.collections.api.block.procedure.Procedure<java.util.Map.Entry<K,V>>, java.io.Serializable
public final class MapEntryToProcedure2<K,V>
extends java.lang.Object
implements com.gs.collections.api.block.procedure.Procedure<java.util.Map.Entry<K,V>>
MapEntryToProcedure2 translates the result of calling entrySet() on a Map, which results in a collection
of Map.Entry objects into corresponding Procedure2s. This removes the need to deal with Map.Entry when
iterating over an entrySet.
- See Also:
- Serialized Form