org.opengts.util
Class Tuple

java.lang.Object
  extended by org.opengts.util.Tuple

public class Tuple
extends java.lang.Object

Tuple a wrapper class for Tuples


Nested Class Summary
static class Tuple.Pair<AA,BB>
          A wrapper for a pair of items
static class Tuple.Quad<AA,BB,CC,DD>
          A wrapper for a quadruple of items
static class Tuple.Single<AA>
          A wrapper for a single item
static class Tuple.Triple<AA,BB,CC>
          A wrapper for a triple of items
 
Constructor Summary
Tuple()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tuple

public Tuple()