MCPcopy Create free account
hub / github.com/ReadyTalk/avian / hasNext

Method hasNext

classpath/java/util/LinkedList.java:349–352  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

347 }
348
349 @Override
350 public boolean hasNext() {
351 return li.hasPrevious();
352 }
353
354 @Override
355 public void remove() {

Callers

nothing calls this directly

Calls 1

hasPreviousMethod · 0.65

Tested by

no test coverage detected