Timeline for Using lambdas to simulate python generators in java
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 23, 2017 at 13:40 | comment | added | DCzo | I don't know how i could have missed it :). Thank you. | |
| Sep 18, 2017 at 16:24 | comment | added | Min4Builder | It's technically in the answer, but it may not be clear. The idea is to keep all necessary state in instance variables. | |
| Sep 17, 2017 at 12:49 | comment | added | DCzo |
Thanks for the clarification. Now the problem is, how do I keep track of my position inside a file or rather a Stream. Starting every time from the beginning would definitely take too much time...
|
|
| Sep 16, 2017 at 13:43 | comment | added | Min4Builder | Sorry, @DCzo. Forgot about that requirement, you don't need the list for that to work, it is for keeping previous diffs if you need them later. | |
| Sep 14, 2017 at 10:39 | comment | added | DCzo | Thank you, but that doesn't solve my problem - I still need a list to keep the diffs. I want to be able to hold in memory just one diff at a time. | |
| Sep 12, 2017 at 23:23 | review | First posts | |||
| Sep 13, 2017 at 7:50 | |||||
| Sep 12, 2017 at 23:21 | history | answered | Min4Builder | CC BY-SA 3.0 |