MCPcopy Create free account
hub / github.com/Hiro420/NikkeTools / iterator

Method iterator

UnLuac/src/unluac/parse/BList.java:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 public Iterator<T> iterator() {
21 return values.iterator();
22 }
23
24 public T[] asArray(final T[] array) {
25 length.iterate(new Runnable() {

Callers 1

writeListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected