How to create a synchronized version of Google Guava's TreeMultimap

Viewed 7974

Does anyone know how to create a thread safe instance of TreeMultimap with TreeMultimap.create()?

2 Answers
Related