- peek() - Method in class com.squareup.tape.FileObjectQueue
-
- peek(int) - Method in class com.squareup.tape.FileObjectQueue
-
Reads up to max entries from the head of the queue without removing the entries.
- peek() - Method in class com.squareup.tape.InMemoryObjectQueue
-
- peek() - Method in interface com.squareup.tape.ObjectQueue
-
Returns the head of the queue, or null if the queue is empty.
- peek() - Method in class com.squareup.tape.QueueFile
-
Reads the eldest element.
- peek(QueueFile.ElementReader) - Method in class com.squareup.tape.QueueFile
-
- peek(QueueFile.ElementVisitor) - Method in class com.squareup.tape.QueueFile
-
Invokes visitor with the eldest element, if an element is available.
- peek() - Method in class com.squareup.tape.TaskQueue
-
Returns the head of the queue, or null if the queue is empty.