Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ next
Method
next
classpath/java/util/HashMap.java:257–257 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
255
256
interface
Cell<K, V> extends Entry<K, V> {
257
public
HashMap.Cell<K, V> next();
258
259
public
void
setNext(HashMap.Cell<K, V> next);
260
}
Callers
15
testIterators
Method · 0.65
testIterators
Method · 0.65
testIterators2
Method · 0.65
populate
Method · 0.65
printMap
Method · 0.65
ascendingIterator
Method · 0.65
descendingIterator
Method · 0.65
iterateTest
Method · 0.65
iteratorRemoveTest
Method · 0.65
iteratorNoElementFail
Method · 0.65
main
Method · 0.65
turnOffTheLights
Function · 0.65
Implementers
2
Library
src/system/windows.cpp
MyCell
classpath/java/util/HashMap.java
Calls
no outgoing calls
Tested by
11
testIterators
Method · 0.52
testIterators
Method · 0.52
testIterators2
Method · 0.52
populate
Method · 0.52
printMap
Method · 0.52
ascendingIterator
Method · 0.52
descendingIterator
Method · 0.52
iterateTest
Method · 0.52
iteratorRemoveTest
Method · 0.52
iteratorNoElementFail
Method · 0.52
main
Method · 0.52