Apakah pengulangan utama dalam hashmap

HashMap does not allow duplicate keys however it allows to have duplicate values. HashSet permits to have a single null value. HashMap permits single null key and any number of null values.
Grumpy Gorilla