This project has retired. For details please refer to its Attic page.
Tuples.TripIterable (Apache Crunch 0.10.0 API)

org.apache.crunch.util
Class Tuples.TripIterable<A,B,C>

java.lang.Object
  extended by org.apache.crunch.util.Tuples.TripIterable<A,B,C>
All Implemented Interfaces:
Iterable<Tuple3<A,B,C>>
Enclosing class:
Tuples

public static class Tuples.TripIterable<A,B,C>
extends Object
implements Iterable<Tuple3<A,B,C>>


Constructor Summary
Tuples.TripIterable(Iterable<A> first, Iterable<B> second, Iterable<C> third)
           
 
Method Summary
 Iterator<Tuple3<A,B,C>> iterator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tuples.TripIterable

public Tuples.TripIterable(Iterable<A> first,
                           Iterable<B> second,
                           Iterable<C> third)
Method Detail

iterator

public Iterator<Tuple3<A,B,C>> iterator()
Specified by:
iterator in interface Iterable<Tuple3<A,B,C>>


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