Java HashMap Create getHashMap()

Here you can find the source of getHashMap()

Description

get Hash Map

License

Open Source License

Declaration

public static HashMap<String, String> getHashMap() 

Method Source Code


//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*/
}

Related

  1. createHashMapIfNull(Map map)
  2. createHashMapWithSize(final int size)
  3. getHashMap()
  4. getHashMap()
  5. getHashMap()
  6. getHashMap(Object... args)
  7. getHashMapFromArrayList( ArrayList lines, int keyIndex)
  8. getHashMapFromMap( Map map, K key)
  9. hashMap()