MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / clear

Method clear

src/main/java/org/microemu/MIDletBridge.java:151–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149 }
150
151 public static void clear() {
152
153 currentMIDlet = null;
154
155 // Preserve only Launcher Context
156 for (Iterator i = midletContexts.entrySet().iterator(); i.hasNext();) {
157 Map.Entry entry = (Map.Entry) i.next();
158 MIDlet test = ((MIDletContext) entry.getValue()).getMIDlet();
159 }
160 // No Launcher found
161 midletContexts.clear();
162 }
163}

Callers

nothing calls this directly

Calls 4

nextMethod · 0.80
getMIDletMethod · 0.80
clearMethod · 0.65
getValueMethod · 0.45

Tested by

no test coverage detected