MCPcopy Index your code
hub / github.com/MCBans/MCBans / remove

Method remove

src/main/java/com/mcbans/plugin/org/json/JSONArray.java:779–783  ·  view source on GitHub ↗

Remove an index and close the hole. @param index The index of the element to be removed. @return The value that was associated with the index, or null if there was no value.

(int index)

Source from the content-addressed store, hash-verified

777 * or null if there was no value.
778 */
779 public Object remove(int index) {
780 Object o = opt(index);
781 this.myArrayList.remove(index);
782 return o;
783 }
784
785
786 /**

Callers 15

runMethod · 0.45
handleMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45

Calls 1

optMethod · 0.95

Tested by

no test coverage detected