Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ iterator
Method
iterator
Ports/CLDC11/src/java/util/AbstractList.java:592–595 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
590
///
591
/// - Iterator
592
@Override
593
public
Iterator<E> iterator() {
594
return
new
SimpleListIterator();
595
}
596
597
/// Searches this list for the specified object and returns the index of the
598
/// last occurrence.
Callers
2
equals
Method · 0.95
hashCode
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected