We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c1bdd commit 13889b3Copy full SHA for 13889b3
src/streams/challenges.md
@@ -26,7 +26,7 @@ class Main {
26
27
Translate the following code using a for-loop to code using streams.
28
29
-```java
+```java,editable
30
import module java.base;
31
32
class Main {
@@ -49,7 +49,7 @@ Read the documentation on [`Collector`](https://docs.oracle.com/en/java/javase/2
49
50
Make an implementation of `Collector` that can collect elements into `MySpecialList`.
51
52
53
54
55
class MySpecialList<T> extends ArrayList<T> {}
0 commit comments