Skip to content

Instantly share code, notes, and snippets.

@adam-arold
Created October 8, 2017 16:45
Show Gist options
  • Save adam-arold/b3c6554ef525152756a24cc39053be91 to your computer and use it in GitHub Desktop.
Save adam-arold/b3c6554ef525152756a24cc39053be91 to your computer and use it in GitHub Desktop.
/**
* Retrieves, but does not remove, the head of this queue,
* or returns {@code null} if this queue is empty.
*
* @return the head of this queue, or {@code null} if this queue is empty
*/
E peek();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment