| Modifier and Type | Method and Description |
|---|---|
int |
QueueFile.forEach(QueueFile.ElementVisitor reader)
Invokes the given reader once for each element in the queue, from eldest to most recently
added.
|
void |
QueueFile.peek(QueueFile.ElementVisitor visitor)
Invokes
visitor with the eldest element, if an element is available. |
Copyright © 2015 Square, Inc.. All Rights Reserved.