public interface LinkedListIterator<E> extends Iterator<E>, AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
repeat() |
forEachRemaining, hasNext, next, remove
void repeat()
void close()
close
in interface AutoCloseable
Copyright © 2018 JBoss by Red Hat. All rights reserved.