Class ConcurrentMapFactory

java.lang.Object
org.jvnet.testing.hk2mockito.internal.cache.ConcurrentMapFactory
All Implemented Interfaces:
Factory<Map>

@Service public class ConcurrentMapFactory extends Object implements Factory<Map>
ConcurrentHashMap provider.
Author:
Sharmarke Aden
  • Constructor Details

    • ConcurrentMapFactory

      public ConcurrentMapFactory()
  • Method Details