static
This commit is contained in:
parent
cbc87da3fc
commit
d24f00b2fb
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue