@FunctionalInterface public interface MapFactory
Modifier and Type | Method and Description |
---|---|
<K,V> ConcurrentMap<K,V> |
create()
Create a new map instance for the given types
|
<K,V> ConcurrentMap<K,V> create()
K
- The keyV
- The valueCopyright © 2014–2017. All rights reserved.