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

Method getObject

src/debugging/applets/ObjectManager.java:43–47  ·  view source on GitHub ↗

Gets an object. @param key the key that identifies the object @return the object

(String key)

Source from the content-addressed store, hash-verified

41 * @return the object
42 */
43 public Object getObject(String key) {
44 Object obj=myObjects.get(key);
45 if(obj==null)obj=myViews.get(key);
46 return obj;
47 }
48
49
50 /**

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected