aima.util
Class Pair<X,Y>

java.lang.Object
  extended by aima.util.Pair<X,Y>

public class Pair<X,Y>
extends java.lang.Object


Constructor Summary
Pair(X a, Y b)
           
 
Method Summary
 X getFirst()
           
 Y getSecond()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pair

public Pair(X a,
            Y b)
Method Detail

getFirst

public X getFirst()

getSecond

public Y getSecond()