remove First Or Null
Removes the first element from this queue, or null if it doesn't exist. If it does exist, the element is furthermore removed from the backing hash set.
Return
element if it exists, else null
Removes the first element from this queue, or null if it doesn't exist. If it does exist, the element is furthermore removed from the backing hash set.
element if it exists, else null