MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / needClear

Method needClear

Ports/CLDC11/src/java/util/BitSet.java:457–459  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

455 }
456
457 private void needClear() {
458 this.needClear = true;
459 }
460
461 /// Sets the bits starting from `pos1` to `pos2` to the given
462 /// `val`. Grows the `BitSet` if `pos2 > size`.

Callers 4

setMethod · 0.95
flipMethod · 0.95
orMethod · 0.95
xorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected