Class VariableLinkedBlockingQueue.Itr
java.lang.Object
com.rabbitmq.client.impl.VariableLinkedBlockingQueue.Itr
- All Implemented Interfaces:
Iterator<E>
- Enclosing class:
VariableLinkedBlockingQueue<E>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate VariableLinkedBlockingQueue.Node<E> private Eprivate VariableLinkedBlockingQueue.Node<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
-
current
-
lastRet
-
currentElement
-
-
Constructor Details
-
Itr
Itr()
-
-
Method Details
-
hasNext
-
next
-
remove
-