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