实验二做完(喜)
This commit is contained in:
Vendored
+6
-1
@@ -1,7 +1,12 @@
|
|||||||
{
|
{
|
||||||
"java.project.sourcePaths": ["src"],
|
"java.project.sourcePaths": [
|
||||||
|
"src"
|
||||||
|
],
|
||||||
"java.project.outputPath": "bin",
|
"java.project.outputPath": "bin",
|
||||||
"java.project.referencedLibraries": [
|
"java.project.referencedLibraries": [
|
||||||
"lib/**/*.jar"
|
"lib/**/*.jar"
|
||||||
|
],
|
||||||
|
"cSpell.words": [
|
||||||
|
"rawtypes"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -18,6 +18,7 @@ public class WalkCollection {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 使用foreach遍历arrayListExample集合
|
// 使用foreach遍历arrayListExample集合
|
||||||
|
arrayListExample.forEach(System.out::println);
|
||||||
// ---------------------End------------------------
|
// ---------------------End------------------------
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user