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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tuple
public Tuple(Object o1,
Object o2)
Tuple
public Tuple(Object o1,
Object o2,
Object o3)
first
public Object first()
second
public Object second()
third
public Object third()