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

Method previous

output/java_guava/1.4.16/Lists.java:972–979  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

970 }
971
972 @Override
973 public T previous() {
974 if (!hasPrevious()) {
975 throw new NoSuchElementException();
976 }
977 canRemoveOrSet = true;
978 return forwardIterator.next();
979 }
980
981 @Override
982 public int previousIndex() {

Callers 3

addMethod · 0.45
nextMethod · 0.45
lastIndexOfImplMethod · 0.45

Calls 2

hasPreviousMethod · 0.95
nextMethod · 0.65

Tested by

no test coverage detected