jeroen.util
Class Tuple

java.lang.Object
  |
  +--jeroen.util.Tuple

public class Tuple
extends Object

Haskell rulez!! Een tuple kan uit twee of drie elementen bestaan. Een tupel is onveranderlijk.


Constructor Summary
Tuple(Object o1, Object o2)
           
Tuple(Object o1, Object o2, Object o3)
           
 
Method Summary
 Object first()
           
 Object second()
           
 Object third()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tuple

public Tuple(Object o1,
             Object o2)

Tuple

public Tuple(Object o1,
             Object o2,
             Object o3)
Method Detail

first

public Object first()

second

public Object second()

third

public Object third()