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

Method hasPrevious

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

Source from the content-addressed store, hash-verified

951 }
952
953 @Override
954 public boolean hasPrevious() {
955 return forwardIterator.hasNext();
956 }
957
958 @Override
959 public T next() {

Callers 3

previousMethod · 0.95
hasNextMethod · 0.45
lastIndexOfImplMethod · 0.45

Calls 1

hasNextMethod · 0.45

Tested by

no test coverage detected