net.slashie.util
Class Pair<K,L>

java.lang.Object
  extended by net.slashie.util.Pair<K,L>

public class Pair<K,L>
extends java.lang.Object


Constructor Summary
Pair(K a_, L b_)
           
 
Method Summary
 K getA()
           
 L getB()
           
 void setA(K a)
           
 void setB(L b)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pair

public Pair(K a_,
            L b_)
Method Detail

getA

public K getA()

setA

public void setA(K a)

getB

public L getB()

setB

public void setB(L b)