eps.werkzeuge
Class Tupel

java.lang.Object
  extended by eps.werkzeuge.Tupel

public class Tupel
extends Object

Ein Tupel

Version:
02.2008

Constructor Summary
Tupel()
           
 
Method Summary
static
<A,B> ZweiTupel<A,B>
tupel(A a, B b)
           
static
<A,B,C> DreiTupel<A,B,C>
tupel(A a, B b, C c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tupel

public Tupel()
Method Detail

tupel

public static <A,B> ZweiTupel<A,B> tupel(A a,
                                         B b)

tupel

public static <A,B,C> DreiTupel<A,B,C> tupel(A a,
                                             B b,
                                             C c)