< prev index next >

src/jdk/nashorn/internal/runtime/arrays/IteratorAction.java

Print this page

        

*** 128,135 **** * * @return true if callback invocation return true * * @throws Throwable if invocation throws an exception/error */ ! protected abstract boolean forEach(final Object val, final long i) throws Throwable; } --- 128,135 ---- * * @return true if callback invocation return true * * @throws Throwable if invocation throws an exception/error */ ! protected abstract boolean forEach(final Object val, final double i) throws Throwable; }
< prev index next >