(Iterable<?> keys)
| 4819 | } |
| 4820 | |
| 4821 | @Override |
| 4822 | public ImmutableMap<K, V> getAllPresent(Iterable<?> keys) { |
| 4823 | return localCache.getAllPresent(keys); |
| 4824 | } |
| 4825 | |
| 4826 | @Override |
| 4827 | public void put(K key, V value) { |
nothing calls this directly
no test coverage detected