diff --git a/CONTRIBUTORS.svg b/CONTRIBUTORS.svg index 53fd0787..cdd8c615 100644 --- a/CONTRIBUTORS.svg +++ b/CONTRIBUTORS.svg @@ -12,29 +12,31 @@ + + - + - + - + - + - + - + - + - + - + - + - + - + \ No newline at end of file diff --git a/docs/java.html b/docs/java.html index 35cfa1a2..c3386631 100644 --- a/docs/java.html +++ b/docs/java.html @@ -42,7 +42,7 @@

该备忘单是针对 Java 初学者的速成课程,有助于复习 Java 语言的基本语法。

入门

Hello.java

public class Hello {
@@ -964,6 +964,11 @@
   System.out.println("always printed");
 }
 
+

util工具类

+
Collections
+Arrays
+Random
+

另见