Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ backingSet
Method
backingSet
corpus/java/training/guava/collect/Maps.java:807–809 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
805
final
Function<? super K, V> function;
806
807
Set<K> backingSet() {
808
return
set;
809
}
810
811
AsMapView(Set<K> set, Function<? super K, V> function) {
812
this.set = checkNotNull(set);
Callers
8
createKeySet
Method · 0.95
size
Method · 0.95
containsKey
Method · 0.95
get
Method · 0.95
remove
Method · 0.95
clear
Method · 0.95
iterator
Method · 0.45
backingSet
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected