FlexibleByteRingQueue.peek

Peeks at the item that would be popped next.

class FlexibleByteRingQueue
void[]
peek
()

Return Value

Type: void[]

item that would be popped from queue, may be null if queue is empty

Meta