MCPcopy Create free account
hub / github.com/mozilla/rhino / iterator

Method iterator

rhino/src/main/java/org/mozilla/javascript/Hashtable.java:285–288  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

283 }
284
285 @Override
286 public Iterator<Entry> iterator() {
287 return new Iter(first);
288 }
289
290 // The iterator for this class works directly on the linked list so that it implements
291 // the specified iteration behavior, which is very different from Java.

Callers 1

clearMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected