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

Method hasNext

output/java_guava/1.4.18/Lists.java:948–951  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

946 }
947
948 @Override
949 public boolean hasNext() {
950 return forwardIterator.hasPrevious();
951 }
952
953 @Override
954 public boolean hasPrevious() {

Callers 3

nextMethod · 0.95
hasPreviousMethod · 0.45
indexOfImplMethod · 0.45

Calls 1

hasPreviousMethod · 0.45

Tested by

no test coverage detected