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

org.apache.crunch.util
Class Tuples.TupleNIterable

java.lang.Object
  extended by org.apache.crunch.util.Tuples.TupleNIterable
All Implemented Interfaces:
Iterable<TupleN>
Enclosing class:
Tuples

public static class Tuples.TupleNIterable
extends Object
implements Iterable<TupleN>


Constructor Summary
Tuples.TupleNIterable(Iterable<?>... iterables)
           
 
Method Summary
 Iterator<TupleN> iterator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tuples.TupleNIterable

public Tuples.TupleNIterable(Iterable<?>... iterables)
Method Detail

iterator

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


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