MCPcopy Create free account
hub / github.com/davidgiven/luje / hasPrevious

Method hasPrevious

lib/java/util/Collections.java:2873–2875  ·  view source on GitHub ↗

@see java.util.ListIterator#hasPrevious()

()

Source from the content-addressed store, hash-verified

2871 * @see java.util.ListIterator#hasPrevious()
2872 */
2873 public boolean hasPrevious() {
2874 return i.hasPrevious();
2875 }
2876
2877 /**
2878 * @see java.util.ListIterator#previous()

Callers

nothing calls this directly

Calls 1

hasPreviousMethod · 0.65

Tested by

no test coverage detected