Package arc.struct
Class Queue.QueueIterable<T>
java.lang.Object
arc.struct.Queue.QueueIterable<T>
- All Implemented Interfaces:
Iterable<T>
-
Constructor Summary
ConstructorDescriptionQueueIterable
(Queue<T> queue) QueueIterable
(Queue<T> queue, boolean allowRemove) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator