Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ MyIterator
Method
MyIterator
classpath/java/util/HashMap.java:331–333 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
329
private
Cell<K, V> nextCell;
330
331
public
MyIterator() {
332
hasNext();
333
}
334
335
public
Entry<K, V> next() {
336
if
(hasNext()) {
Callers
nothing calls this directly
Calls
1
hasNext
Method · 0.95
Tested by
no test coverage detected