This project has retired. For details please refer to its Attic page.
PGroupedTableType.PTypeIterable (Apache Crunch 0.9.0 API)

org.apache.crunch.types
Class PGroupedTableType.PTypeIterable<V>

java.lang.Object
  extended by org.apache.crunch.types.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()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.