MCPcopy 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

testFlipMethod · 0.95
testClearMethod · 0.95
complementOfMethod · 0.45

Calls 4

enlargeMethod · 0.95
getLastPartitionMethod · 0.95
hasNextMethod · 0.95
nextMethod · 0.95

Tested by 2

testFlipMethod · 0.76
testClearMethod · 0.76