org.apache.hadoop.mapreduce
Class ReduceContext.ValueIterable
java.lang.Object
org.apache.hadoop.mapreduce.ReduceContext.ValueIterable
- All Implemented Interfaces:
- Iterable<VALUEIN>
- Enclosing class:
- ReduceContext<KEYIN,VALUEIN,KEYOUT,VALUEOUT>
protected class ReduceContext.ValueIterable
- extends Object
- implements Iterable<VALUEIN>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReduceContext.ValueIterable
protected ReduceContext.ValueIterable()
iterator
public Iterator<VALUEIN> iterator()
- Specified by:
iterator
in interface Iterable<VALUEIN>
Copyright © 2009 The Apache Software Foundation