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(); }}
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();
}
}
