JDK版本: 知识点:
区块链
// 问题1 : 为什么使用final 关键字 private final char value[]; 一旦进行初始化,就不能更改 /** Cache the hash code for the string */ private int hash; // Default to 0