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