Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSourcePhysics/osp
/ clearAll
Method
clearAll
src/debugging/applets/ObjectManager.java:64–67 ·
view source on GitHub ↗
Clears all objects from the manager.
()
Source
from the content-addressed store, hash-verified
62
* Clears all objects from the manager.
63
*/
64
public
void
clearAll(){
65
myObjects.clear();
66
myViews.clear();
67
}
68
69
/**
70
* Clears objects from the manager.
Callers
nothing calls this directly
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected