Copier Hashmap Java

HashMap<String, Employee> shallowCopy = originalMap.clone();
Courageous Cottonmouth