Class MultiThreadedQueue.LinkedIterator<E>
java.lang.Object
ca.spottedleaf.concurrentutil.collection.MultiThreadedQueue.LinkedIterator<E>
- All Implemented Interfaces:
Iterator<E>
- Enclosing class:
MultiThreadedQueue<E>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MultiThreadedQueue.LinkedNode<E> protected MultiThreadedQueue.LinkedNode<E> protected E -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
curr
-
next
-
nextElement
-
-
Constructor Details
-
LinkedIterator
-
-
Method Details
-
findNext
protected final void findNext() -
hasNext
-
next
-
remove
-