Generated by
JDiff

Class org.apache.hadoop.util.CyclicIteration

Changed Constructors
CyclicIteration(NavigableMap<K, V>, K) Change in type from (SortedMap<K, V>, K) to (NavigableMap<K, V>, K).
Construct an Iterable object, so that an Iterator can be created for iterating the given NavigableMap.