在Integer.java中,有如下一段代码:/***AllpossiblecharsforrepresentinganumberasaString*/finalstaticchar[]digits={'0','1','2','3','4','5','6','7','8','9','a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z'};我认为您需要的所有数字/字符都在0-9和字母A到F范围内。只有在表示数字时才会使用字母(A、B、C、
在下面的代码中:returnnewHashSet(namedParameterJdbcTemplate.query(SOME_SQL_QUERY_STRING,parametersMap,(resultSet,rowNum)->resultSet.getBigDecimal("GETID")));我在(resultSet,rowNum)->resultSet.getBigDecimal("GETID"))下看到一条红线和以下错误:Noinstance(s)oftypevariable(s)TexistsothatListconformstoInteger.有人可以帮我说说为什么会这样吗