MCPcopy Create free account
hub / github.com/dynjs/dynjs / hasNext

Method hasNext

src/main/java/org/dynjs/runtime/NameEnumerator.java:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 }
23
24 public boolean hasNext() {
25 return this.counter < names.size();
26 }
27
28 public String next() {
29 return this.names.get(this.counter++);

Callers 11

walkMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
ppMethod · 0.95
fixupListMethod · 0.80
consumeMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected