Package arc.struct
Class Queue.QueueIterable<T>
java.lang.Object
arc.struct.Queue.QueueIterable<T>
- All Implemented Interfaces:
Iterable<T>
-
Constructor Summary
ConstructorsConstructorDescriptionQueueIterable(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, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator