public static class IntQueue.IntQueueIterable
extends java.lang.Object
implements java.lang.Iterable<java.lang.Integer>
Constructor and Description |
---|
IntQueueIterable(IntQueue queue) |
IntQueueIterable(IntQueue queue,
boolean allowRemove) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<java.lang.Integer> |
iterator() |