Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSourcePhysics/osp
/ clearObjects
Method
clearObjects
src/debugging/applets/ObjectManager.java:72–74 ·
view source on GitHub ↗
Clears objects from the manager.
()
Source
from the content-addressed store, hash-verified
70
* Clears objects from the manager.
71
*/
72
public
void
clearObjects(){
73
myObjects.clear();
74
}
75
76
77
/**
Callers
nothing calls this directly
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected