"The Map.Entry class used by my TrieMap class does not need to refer to the object that created it so it can be made static to save the unnecessary reference."
"-- but if they don't need one, then making Wheel a static nested class rather than an inner class saves a small amount of memory, and perhaps more importantly saves the cpu time it would take to initialize that enclosing instance reference."
Knute Snortum wrote:What's line 33 in the original program? It looks like you removed the import statements which changes all the line numbers below.
Knute Snortum wrote:Well, the stack trace and the error message would really help...