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

Method iterator

lib/java/util/AbstractList.java:566–569  ·  view source on GitHub ↗

Returns an iterator on the elements of this list. The elements are iterated in the same order as they occur in the list. @return an iterator on the elements of this list. @see Iterator

()

Source from the content-addressed store, hash-verified

564 * @see Iterator
565 */
566 @Override
567 public Iterator<E> iterator() {
568 return new SimpleListIterator();
569 }
570
571 /**
572 * Searches this list for the specified object and returns the index of the

Callers 2

equalsMethod · 0.95
hashCodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected