This project has retired. For details please refer to its
Attic page.
Tuples.TripIterable (Apache Crunch 0.8.0 API)
org.apache.crunch.util
Class Tuples.TripIterable<A,B,C>
java.lang.Object
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>>
Tuples.TripIterable
public Tuples.TripIterable(Iterable<A> first,
Iterable<B> second,
Iterable<C> third)
iterator
public Iterator<Tuple3<A,B,C>> iterator()
- Specified by:
iterator
in interface Iterable<Tuple3<A,B,C>>
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.