Quote:
Originally Posted by nubble
however for the ConcurrentHashMap I am not sure what to use instead and was hoping for some advice here.
The project builds fine but the kindlet gets stuck/ freezes at this method.
thanks
Nubble 
|
Have you tried using the ConcurrentSkipListMap? If it doesn't work you could just implement the ConcurrentMap interface by using a HashMap with synchronized wrapper methods.