Here you can find the source of getHashMap()
public static HashMap<String, String> getHashMap()
//package com.java2s; import java.util.HashMap; public class Main { public static HashMap<String, String> getHashMap() { return new HashMap<String, String>(); }/*from w w w . j ava2s . com*/ }