org.apache.hadoop.mapreduce
Class ReduceContext.ValueIterable

java.lang.Object
  extended by org.apache.hadoop.mapreduce.ReduceContext.ValueIterable
All Implemented Interfaces:
java.lang.Iterable<VALUEIN>
Enclosing class:
ReduceContext<KEYIN,VALUEIN,KEYOUT,VALUEOUT>

protected class ReduceContext.ValueIterable
extends java.lang.Object
implements java.lang.Iterable<VALUEIN>


Constructor Summary
protected ReduceContext.ValueIterable()
           
 
Method Summary
 java.util.Iterator<VALUEIN> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReduceContext.ValueIterable

protected ReduceContext.ValueIterable()
Method Detail

iterator

public java.util.Iterator<VALUEIN> iterator()
Specified by:
iterator in interface java.lang.Iterable<VALUEIN>


Copyright © 2009 The Apache Software Foundation