mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-24 23:13:28 +08:00
Update 10-Interfaces.md
This commit is contained in:
@@ -1299,7 +1299,7 @@ import java.nio.*;
|
||||
import java.util.*;
|
||||
|
||||
public class RandomStrings implements Readable {
|
||||
private statdic Random rand = new Random(47);
|
||||
private static Random rand = new Random(47);
|
||||
private static final char[] CAPITALS = "ABCDEFGHIJKLMNOPQRSTUVWXYZ".toCharArray();
|
||||
private static final char[] LOWERS = "abcdefghijklmnopqrstuvwxyz".toCharArray();
|
||||
private static final char[] VOWELS = "aeiou".toCharArray();
|
||||
@@ -1815,4 +1815,4 @@ Chess move 3
|
||||
|
||||
<!-- 分页 -->
|
||||
|
||||
<div style="page-break-after: always;"></div>
|
||||
<div style="page-break-after: always;"></div>
|
||||
|
||||
Reference in New Issue
Block a user