Package com.logviewer.utils
Class Triple<A,B,C>
java.lang.Object
com.logviewer.utils.Triple<A,B,C>
- All Implemented Interfaces:
Externalizable,Serializable
- See Also:
-
Constructor Details
-
Triple
public Triple() -
Triple
-
-
Method Details
-
create
-
hashCode
public int hashCode() -
equals
-
toString
-
getFirst
-
setFirst
-
getSecond
-
setSecond
-
getThird
-
setThird
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-