net.loadbang.util
Class Pair<A,B>

java.lang.Object
  extended by net.loadbang.util.Pair<A,B>

public class Pair<A,B>
extends java.lang.Object

Pair of arbitrary object types.


Constructor Summary
Pair(A fst, B snd)
           
 
Method Summary
 A getFst()
           
 B getSnd()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Pair

public Pair(A fst,
            B snd)
Method Detail

getFst

public A getFst()

getSnd

public B getSnd()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object