Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ getKey
Method
getKey
output/java_guava/1.4.17/WellBehavedMap.java:85–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
Entry<K, V> transform(
final
K key) {
84
return
new
AbstractMapEntry<K, V>() {
85
@Override
86
public
K getKey() {
87
return
key;
88
}
89
90
@Override
91
public
V getValue() {
Callers
3
setValue
Method · 0.95
setValue
Method · 0.95
setValue
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected