org.yestech.lib.util
Class Triple<T1,T2,T3>
java.lang.Object
org.yestech.lib.util.Triple<T1,T2,T3>
- All Implemented Interfaces:
- java.io.Serializable, ITuple
public class Triple<T1,T2,T3>
- extends java.lang.Object
- implements ITuple
Represents a tuple of 3
- Version:
- $Revision: $
- Author:
- Artie Copeland
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Triple
public Triple()
Triple
public Triple(T1 first,
T2 second,
T3 third)
getFirst
public T1 getFirst()
setFirst
public void setFirst(T1 first)
getSecond
public T2 getSecond()
setSecond
public void setSecond(T2 second)
getThird
public T3 getThird()
setThird
public void setThird(T3 third)
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
Copyright © 2009 YES Technology Association. All Rights Reserved.