Hi everyone, OK, I'm really stumped here. I'm getting a StackOverflowError, which is occurring on the first line of my overridden hashCode() method of my POJO. hashCode() is being called from the get() method of HashMap, which is used in a recursive method. The map is not self-referential. Here's a snippet of hashCode(). public int hashCode() { final int PRIME = ...