This project has retired. For details please refer to its Attic page.
Tuples.PairIterable (Apache Crunch 0.3.0-incubating API)

org.apache.crunch.util
Class Tuples.PairIterable<S,T>

java.lang.Object
  extended by org.apache.crunch.util.Tuples.PairIterable<S,T>
All Implemented Interfaces:
Iterable<Pair<S,T>>
Enclosing class:
Tuples

public static class Tuples.PairIterable<S,T>
extends Object
implements Iterable<Pair<S,T>>


Constructor Summary
Tuples.PairIterable(Iterable<S> first, Iterable<T> second)
           
 
Method Summary
 Iterator<Pair<S,T>> iterator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tuples.PairIterable

public Tuples.PairIterable(Iterable<S> first,
                           Iterable<T> second)
Method Detail

iterator

public Iterator<Pair<S,T>> iterator()
Specified by:
iterator in interface Iterable<Pair<S,T>>


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