MCPcopy Index your code
hub / github.com/OpenSourcePhysics/osp / removeObject

Method removeObject

src/debugging/applets/ObjectManager.java:164–166  ·  view source on GitHub ↗

Removes an object from the manager. @param obj the object

(Object obj)

Source from the content-addressed store, hash-verified

162 * @param obj the object
163 */
164 public synchronized void removeObject(Object obj) {
165 myObjects.remove(obj);
166 }
167
168 /**
169 * Gets the objects.

Callers

nothing calls this directly

Calls 1

removeMethod · 0.65

Tested by

no test coverage detected