阅读背景:

“TreeMap不接受参数”编译错误

来源:互联网 

This is my code:

这是我的代码:

import java.util.*;
public class TreeMap {
    public static void main(String[] args) {
        Map<String,Integer> treemap = new TreeMap<String,Integer>();
        Some code to fill the treemap ie treemap.put("Kevin", 36);
    }
}
import java.util.*



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: