I am trying to store hyperlink as a key in map , i am using multimap
private Map<String, List<String>> record=new HashMap<String, List<String>>(); and i am using following way to check whether the hyperlink is already exist in the map or not
record.containsKey(url) But even if the url is exist in a map , it is returning false for the same url which is already there in the map. so how can i solve this issue
the link i am storing is
http://101.13.20.343/test/wav/uploads/372.wav