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

Method hasNext

output/java_guava/1.4.18/Iterables.java:916–919  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

914 boolean atStart = true;
915
916 @Override
917 public boolean hasNext() {
918 return iterator.hasNext();
919 }
920
921 @Override
922 public T next() {

Callers 2

removeFirstMatchingMethod · 0.45
isEmptyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected