Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ clear
Method
clear
output/java_guava/1.4.17/AbstractTable.java:84–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
}
83
84
@Override
85
public
void
clear() {
86
Iterators.clear(cellSet().iterator());
87
}
88
89
@CanIgnoreReturnValue
90
@Override
Callers
nothing calls this directly
Calls
3
clear
Method · 0.95
cellSet
Method · 0.95
iterator
Method · 0.65
Tested by
no test coverage detected