MCPcopy Create free account
hub / github.com/Youlor/unpacker / remove

Method remove

dexfixer/src/com/android/dx/util/IntSet.java:36–36  ·  view source on GitHub ↗

Removes an int from a set. @param value int to remove

(int value)

Source from the content-addressed store, hash-verified

34 * @param value int to remove
35 */
36 void remove(int value);
37
38 /**
39 * Checks to see if a value is in the set

Callers 15

mapNamedElementsMethod · 0.65
removeNullViewsMethod · 0.65
onAnimationEndMethod · 0.65
stripOffscreenViewsMethod · 0.65
showViewMethod · 0.65
stopManagingCursorMethod · 0.65
removeDialogMethod · 0.65
destroyActivityMethod · 0.65

Implementers 2

ListIntSetdexfixer/src/com/android/dx/util/ListI
BitIntSetdexfixer/src/com/android/dx/util/BitIn

Calls

no outgoing calls

Tested by

no test coverage detected