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

Method hasPrevious

lib/java/util/ListIterator.java:57–57  ·  view source on GitHub ↗

Returns whether there are previous elements to iterate. @return true if there are previous elements, false otherwise. @see #previous

()

Source from the content-addressed store, hash-verified

55 * @see #previous
56 */
57 public boolean hasPrevious();
58
59 /**
60 * Returns the next object in the iteration.

Callers 4

hasPreviousMethod · 0.65
lastIndexOfSubListMethod · 0.65
hasPreviousMethod · 0.65
lastIndexOfMethod · 0.65

Implementers 4

UnmodifiableListlib/java/util/Collections.java
CheckedListIteratorlib/java/util/Collections.java
LinkIteratorlib/java/util/LinkedList.java
SubAbstractListIteratorlib/java/util/AbstractList.java

Calls

no outgoing calls

Tested by

no test coverage detected