[BAEL-2032] Operate on an item in a Stream then remove it (#5175)

* [BAEL-2032] Operate on an item in a Stream then remove it

* Remove the unit test from this package
This commit is contained in:
Siben Nayak 2018-09-29 01:17:10 +05:30 committed by maibin
parent b46c2ddb3d
commit 51914a01e1

View File

@ -1,4 +1,4 @@
package com.baeldung.collection; package com.baeldung.stream;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.List; import java.util.List;