This project has retired. For details please refer to its
Attic page.
Tuples.PairIterable (Apache Crunch 0.9.0 API)
org.apache.crunch.util
Class Tuples.PairIterable<S,T>
java.lang.Object
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>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tuples.PairIterable
public Tuples.PairIterable(Iterable<S> first,
Iterable<T> second)
iterator
public Iterator<Pair<S,T>> iterator()
- Specified by:
iterator
in interface Iterable<Pair<S,T>>
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.