Skip to main content
deleted 2 characters in body
Source Link
Eric Aya
  • 69.9k
  • 36
  • 188
  • 256

iI am a bit late on this topic but iI think, nowadays, you can use Guava like this:

Multimaps.newSetMultimap(new ConcurrentHashMap<>(), ConcurrentHashMap::newKeySet)

i am a bit late on this topic but i think, nowadays, you can use Guava like this:

Multimaps.newSetMultimap(new ConcurrentHashMap<>(), ConcurrentHashMap::newKeySet)

I am a bit late on this topic but I think, nowadays, you can use Guava like this:

Multimaps.newSetMultimap(new ConcurrentHashMap<>(), ConcurrentHashMap::newKeySet)
Source Link
teo
  • 1.2k
  • 10
  • 10

i am a bit late on this topic but i think, nowadays, you can use Guava like this:

Multimaps.newSetMultimap(new ConcurrentHashMap<>(), ConcurrentHashMap::newKeySet)