blob: 495637fdee26505a973cb7914d13b7e3e78f5d49 [file] [log] [blame]
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class TestClass {
private Map<String, List<Integer>> hashMap = new HashMap<>();
}