MCPcopy Create free account
hub / github.com/ReadyTalk/avian / hasNext

Method hasNext

classpath/java/util/BitSet.java:245–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

243 }
244
245 public boolean hasNext() {
246 return currentPartitionOffset < numPartitionsToTraverse;
247 }
248
249 public void remove() {
250 throw new UnsupportedOperationException();

Callers 3

flipMethod · 0.95
setMethod · 0.95
clearMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected