public interface IIterator<O,E extends Exception>
boolean
hasNext()
O
next()
boolean hasNext() throws E extends Exception
E extends Exception
O next() throws E extends Exception
Copyright © 2007–2017 Andreas Bartels. All rights reserved.