Java hashtable with seperate chaining collision resolution?

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2010-05-03T06:40:24Z Indexed on 2010/05/03 6:48 UTC
Read the original article Hit count: 342

Filed under:
|
|

I have created a program using the built in java.util.hashtable but now I need to resolve collisions using separate chaining. Is it possible with this implementation of a hashtable? Is there one out there already implemented that uses separate chaining?

© Stack Overflow or respective owner

Related posts about java

Related posts about hashtable