com.cloudera.crunch.type
Class PGroupedTableType.PTypeIterable<V>

java.lang.Object
  extended by com.cloudera.crunch.type.PGroupedTableType.PTypeIterable<V>
All Implemented Interfaces:
Iterable<V>
Enclosing class:
PGroupedTableType<K,V>

protected static class PGroupedTableType.PTypeIterable<V>
extends Object
implements Iterable<V>


Constructor Summary
PGroupedTableType.PTypeIterable(MapFn<Object,V> mapFn, Iterable<Object> iterable)
           
 
Method Summary
 Iterator<V> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGroupedTableType.PTypeIterable

public PGroupedTableType.PTypeIterable(MapFn<Object,V> mapFn,
                                       Iterable<Object> iterable)
Method Detail

iterator

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


Copyright © 2012. All Rights Reserved.