se.liu.ida.critiquer.mics
Class Pair<A,B>

java.lang.Object
  extended by se.liu.ida.critiquer.mics.Pair<A,B>

public class Pair<A,B>
extends Object

Simple storage of two values

Author:
olale

Field Summary
 A a
           
 B b
           
 
Constructor Summary
Pair(A a, B b)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a

public A a

b

public B b
Constructor Detail

Pair

public Pair(A a,
            B b)