MCPcopy Create free account
hub / github.com/antlr/codebuff / hasNext

Method hasNext

corpus/java/training/guava/collect/Sets.java:1300–1303  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1298 int remainingSetBits = mask;
1299
1300 @Override
1301 public boolean hasNext() {
1302 return remainingSetBits != 0;
1303 }
1304
1305 @Override
1306 public E next() {

Callers 4

immutableEnumSetMethod · 0.45
isEmptyMethod · 0.45
computeNextMethod · 0.45
removeAllImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected