E - the type of elements returned by this list iterator@ParametersAreNonnullByDefault public interface CloseableListIterator<E> extends CloseableIterator<E>, ListIterator<E>
ListIterator that allows implementations to clean up any resources they need to keep open to
iterate over elements.closeadd, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, setforEachRemainingCopyright © 2017–2019 Atlanmod. All rights reserved.