Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
set
Method · 0.95
flip
Method · 0.95
or
Method · 0.95
xor
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected