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

org.apache.crunch.util
Class Tuples

java.lang.Object
  extended by org.apache.crunch.util.Tuples

public class Tuples
extends Object

Utilities for working with subclasses of the Tuple interface.


Nested Class Summary
static class Tuples.PairIterable<S,T>
           
static class Tuples.QuadIterable<A,B,C,D>
           
static class Tuples.TripIterable<A,B,C>
           
static class Tuples.TupleNIterable
           
 
Constructor Summary
Tuples()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tuples

public Tuples()


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