org.apache.hadoop.mapreduce.task
Class ReduceContextImpl.ValueIterable

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

protected class ReduceContextImpl.ValueIterable
extends Object
implements Iterable<VALUEIN>


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

Constructor Detail

ReduceContextImpl.ValueIterable

protected ReduceContextImpl.ValueIterable()
Method Detail

iterator

public Iterator<VALUEIN> iterator()
Specified by:
iterator in interface Iterable<VALUEIN>


Copyright © 2013 Apache Software Foundation. All Rights Reserved.