Returns the value mapped by defined key or null if value is absent. If map doesn't contain value for specified key and MapLoader is defined then value will be loaded in read-through mode. @param key the key @return the value mapped by defined key or {@c
(Object key)
| 65 | * @return the value mapped by defined <code>key</code> or {@code null} if value is absent |
| 66 | */ |
| 67 | @Override |
| 68 | V get(Object key); |
| 69 | |
| 70 | /** |
no outgoing calls