name.panitz.eliza
Class Pair<a,b>

java.lang.Object
  extended by name.panitz.eliza.Pair<a,b>

public class Pair<a,b>
extends java.lang.Object

A simple class for assocition of two objects.


Field Summary
 a fst
           
 b snd
           
 
Constructor Summary
Pair(a fst, b snd)
           
 
Method Summary
static
<c,d> Pair<c,d>
pair(c fst, d snd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fst

public a fst

snd

public b snd
Constructor Detail

Pair

public Pair(a fst,
            b snd)
Method Detail

pair

public static <c,d> Pair<c,d> pair(c fst,
                                   d snd)