org.op4j.operators.qualities
Interface NavigableMapOperator<K,V>

All Known Subinterfaces:
ILevel0BuildingMapOperator<I,K,V>, ILevel0MapOperator<I,K,V>, ILevel0MapSelectedOperator<I,K,V>
All Known Implementing Classes:
Level0BuildingMapOperator, Level0MapOperator, Level0MapOperator, Level0MapSelectedOperator, Level0MapSelectedOperator

public interface NavigableMapOperator<K,V>

This interface contains methods for iterating the entries in a map.

Since:
1.0
Author:
Daniel Fernández

Method Summary
 NavigatingMapOperator<K,V> forEachEntry()
           Iterates the target map's entries.
 

Method Detail

forEachEntry

NavigatingMapOperator<K,V> forEachEntry()

Iterates the target map's entries. After executing this method, any further operations will be applied on each of the map entries (java.util.Map.Entry objects) until an "endFor()" method is called.

Returns:
an operator which will execute all operations on each entry of the map.


Copyright © 2012 The OP4J team. All Rights Reserved.