List of usage examples for jdk.nashorn.internal.objects NativeArray valueIterator
public Iterator<Object> valueIterator()
From source file:gedi.util.functions.EI.java
License:Apache License
public static ExtendedIterator<Object> wrap(NativeArray na) { return wrap(na.valueIterator()); }