View Single Post
Old 02-07-2015, 11:37 AM   #2
bulsa
Enthusiast
bulsa began at the beginning.
 
Posts: 28
Karma: 13
Join Date: Apr 2014
Device: Kindle PW
Quote:
Originally Posted by nubble View Post
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.
bulsa is offline   Reply With Quote