MCPcopy 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

testIteratorsMethod · 0.65
testIteratorsMethod · 0.65
testIterators2Method · 0.65
populateMethod · 0.65
printMapMethod · 0.65
ascendingIteratorMethod · 0.65
descendingIteratorMethod · 0.65
iterateTestMethod · 0.65
iteratorRemoveTestMethod · 0.65
iteratorNoElementFailMethod · 0.65
mainMethod · 0.65
turnOffTheLightsFunction · 0.65

Implementers 2

Librarysrc/system/windows.cpp
MyCellclasspath/java/util/HashMap.java

Calls

no outgoing calls

Tested by 11

testIteratorsMethod · 0.52
testIteratorsMethod · 0.52
testIterators2Method · 0.52
populateMethod · 0.52
printMapMethod · 0.52
ascendingIteratorMethod · 0.52
descendingIteratorMethod · 0.52
iterateTestMethod · 0.52
iteratorRemoveTestMethod · 0.52
iteratorNoElementFailMethod · 0.52
mainMethod · 0.52