文本文件  |  8行  |  113 B

import java.util.*;

class Foo {
    void bar() {
        Map m = new HashMap();
        m.put("a", "b");
    }
}