Class LinkedListImpl.Iterator
- java.lang.Object
-
- org.apache.activemq.artemis.utils.collections.LinkedListImpl.Iterator
-
- All Implemented Interfaces:
AutoCloseable,Iterator<E>,LinkedListIterator<E>
- Enclosing class:
- LinkedListImpl<E>
public class LinkedListImpl.Iterator extends Object implements LinkedListIterator<E>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanhasNext()Enext()voidnudged(LinkedListImpl.Node<E> node)voidremove()voidrepeat()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
repeat
public void repeat()
- Specified by:
repeatin interfaceLinkedListIterator<E>
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceLinkedListIterator<E>
-
nudged
public void nudged(LinkedListImpl.Node<E> node)
-
-