当前位置 : 主页 > 编程语言 > c++ >

MapEntry类的使用

来源:互联网 收集:自由互联 发布时间:2021-06-30
gistfile1.txt package day18;/** * 描述: * 使用MapEntry * * @outhor 71948 * @create 2017-10-06 22:05 */public class Demo4_MapEntry { public static void main(String[] args) { }}interface Inter{ interface inter2{ public void show(); }}
gistfile1.txt
package day18;

/**
 * 描述:
 * 使用MapEntry
 *
 * @outhor 71948
 * @create 2017-10-06 22:05
 */
public class Demo4_MapEntry {
    public static void main(String[] args) {

    }
}
interface Inter{
    interface inter2{
        public void show();
    }
}
网友评论