wrote a SkipList in Java and tried to adapt it to be used as a map (like java.util.HashMap). That is, the old value is replaced if the map previously contained
java.util.HashMap