aima.util
Class Triplet<X,Y,Z>

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

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


Constructor Summary
Triplet(X x, Y y, Z z)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 X getFirst()
           
 Y getSecond()
           
 Z getThird()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Triplet

public Triplet(X x,
               Y y,
               Z z)
Method Detail

getFirst

public X getFirst()

getSecond

public Y getSecond()

getThird

public Z getThird()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

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