package com.happy.Model; import java.util.HashMap; public class Hmap { public static final HashMap<String,String> map = new HashMap<>(); }