Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ map
Method
map
guava/src/com/google/common/collect/Maps.java:4164–4164 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4162
abstract
static
class
EntrySet<K extends @Nullable Object, V extends @Nullable Object>
4163
extends Sets.ImprovedAbstractSet<Entry<K, V>> {
4164
abstract Map<K, V> map();
4165
4166
@Override
4167
public
int
size() {
Callers
6
size
Method · 0.95
clear
Method · 0.95
contains
Method · 0.95
isEmpty
Method · 0.95
remove
Method · 0.95
retainAll
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected