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

Method previous

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

Returns the previous object in the iteration. @return the previous object. @throws NoSuchElementException if there are no previous elements. @see #hasPrevious

()

Source from the content-addressed store, hash-verified

86 * @see #hasPrevious
87 */
88 public E previous();
89
90 /**
91 * Returns the index of the previous object in the iteration.

Callers 6

previousMethod · 0.65
reverseMethod · 0.65
lastIndexOfSubListMethod · 0.65
previousMethod · 0.65
previousMethod · 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