Thread: HashTable class
View Single Post
Old Nov 6th, 2007, 2:35 PM   #2
Narue
Professional Programmer
 
Narue's Avatar
 
Join Date: Sep 2005
Posts: 419
Rep Power: 3 Narue is on a distinguished road
Re: HashTable class

Start your debugging quest by realizing that indices in Java are based on a half-open range. In an array of size N, the valid indices are 0 to N - 1.
__________________
Even if the voices aren't real, they have some pretty good ideas.
Narue is offline   Reply With Quote