|
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.
|