net.metanotion.util
Class Triple<A,B,C>

java.lang.Object
  extended by net.metanotion.util.Triple<A,B,C>

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


Field Summary
 A a
           
 B b
           
 C c
           
 
Constructor Summary
Triple(A first, B second, C third)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a

public A a

b

public B b

c

public C c
Constructor Detail

Triple

public Triple(A first,
              B second,
              C third)
Method Detail

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