what is search of a value in hashmap code example Example: find a value in hashmap if(hashMap.containsKey(key)) { Object o = hashMap.get(key); }