com.pmease.quickbuild.util
Class Triple<FirstType,SecondType,ThirdType>
java.lang.Object
com.pmease.quickbuild.util.Triple<FirstType,SecondType,ThirdType>
- All Implemented Interfaces:
- java.io.Serializable
public class Triple<FirstType,SecondType,ThirdType>
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Triple
public Triple()
Triple
public Triple(FirstType first,
SecondType second,
ThirdType third)
getFirst
public FirstType getFirst()
setFirst
public void setFirst(FirstType first)
getSecond
public SecondType getSecond()
setSecond
public void setSecond(SecondType second)
getThird
public ThirdType getThird()
setThird
public void setThird(ThirdType third)
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2005-2010 PMEase Inc. All Rights Reserved.