public interface IteratorWithException<V,E extends Exception>
boolean
hasNext()
V
next()
boolean hasNext() throws E extends Exception
E extends Exception
V next() throws E extends Exception
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.