This commit is contained in:
Ilia Kurtov 2017-01-17 18:10:11 +03:00
parent cbc87da3fc
commit d24f00b2fb
3 changed files with 0 additions and 3 deletions

View File

@ -26,7 +26,6 @@ import java.io.Serializable;
/**
* Created by Ilia Kurtov on 17/01/2017.
*
* Pair that needed for saving in state because it implements Serializable interface.
* First argument must be not null and second one - nullable.
* Note that if you want to save this pair in state, you need make TFirst and TSecond Serializable too.

View File

@ -25,7 +25,6 @@ import java.io.Serializable;
/**
* Created by Ilia Kurtov on 17/01/2017.
*
* Pair that needed for saving in state because it implements Serializable interface.
* Both arguments are not null.
* Note that if you want to save this pair in state, you need make TFirst and TSecond Serializable too.

View File

@ -25,7 +25,6 @@ import java.io.Serializable;
/**
* Created by Ilia Kurtov on 17/01/2017.
*
* Pair that needed for saving in state because it implements Serializable interface.
* Both arguments are nullable.
* Note that if you want to save this pair in state, you need make TFirst and TSecond Serializable too.