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