Merge pull request #696 from jason-liu475/v5-master

重写hashCode和equals
This commit is contained in:
Golden Looly
2020-01-09 10:50:17 +08:00
committed by GitHub
14 changed files with 87 additions and 33 deletions

View File

@@ -223,6 +223,7 @@ public class Setting extends AbsSetting implements Map<String, String> {
*
* @return 键值总数
*/
@Override
public int size() {
return this.groupedMap.size();
}