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

Method size

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

Source from the content-addressed store, hash-verified

18 }
19
20 public int size() {
21 return this.names.size();
22 }
23
24 public boolean hasNext() {
25 return this.counter < names.size();

Callers 1

hasNextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected