Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ flip
Method
flip
classpath/java/util/BitSet.java:107–109 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
105
}
106
107
public
void
flip(
int
index) {
108
flip(index, index+1);
109
}
110
111
public
void
flip(
int
fromIndex,
int
toIndex) {
112
if
(fromIndex > toIndex || fromIndex < 0 || toIndex < 0) {
Callers
3
testFlip
Method · 0.95
testClear
Method · 0.95
complementOf
Method · 0.45
Calls
4
enlarge
Method · 0.95
getLastPartition
Method · 0.95
hasNext
Method · 0.95
next
Method · 0.95
Tested by
2
testFlip
Method · 0.76
testClear
Method · 0.76