Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ iterator
Method
iterator
guava/src/com/google/common/cache/LocalCache.java:948–951 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
946
}
947
948
@Override
949
public
Iterator<Object> iterator() {
950
return
ImmutableSet.of().iterator();
951
}
952
};
953
954
/** Queue that discards all elements. */
Callers
nothing calls this directly
Calls
2
of
Method · 0.95
iterator
Method · 0.65
Tested by
no test coverage detected