使用本地jdk1.8中存在
而
OpenJDK8中没有
import ;
...
Pair<?, ?>
所以编译时会报错
package does not exist
解决方案:
不使用中的Pair 换个包
比如:(其他包不列举)
import ;
其他解决方案不做阐述
使用本地jdk1.8中存在
而
OpenJDK8中没有
import ;
...
Pair<?, ?>
所以编译时会报错
package does not exist
解决方案:
不使用中的Pair 换个包
比如:(其他包不列举)
import ;
其他解决方案不做阐述