Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ apply
Method
apply
corpus/java/training/guava/collect/TreeBasedTable.java:329–332 ·
view source on GitHub ↗
(Map<C, V> input)
Source
from the content-addressed store, hash-verified
327
backingMap.values(),
328
new
Function<Map<C, V>, Iterator<C>>() {
329
@Override
330
public
Iterator<C> apply(Map<C, V> input) {
331
return
input.keySet().iterator();
332
}
333
}),
334
comparator);
335
Callers
nothing calls this directly
Calls
2
iterator
Method · 0.65
keySet
Method · 0.65
Tested by
no test coverage detected