MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / iterator

Method iterator

vm/JavaAPI/src/java/util/AbstractList.java:567–570  ·  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

565 * @see Iterator
566 */
567 @Override
568 public Iterator<E> iterator() {
569 return new SimpleListIterator();
570 }
571
572 /**
573 * 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