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

Method hasNext

output/java_guava/1.4.19/Sets.java:1346–1349  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1344 int remainingSetBits = mask;
1345
1346 @Override
1347 public boolean hasNext() {
1348 return remainingSetBits != 0;
1349 }
1350
1351 @Override
1352 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