↓ 2 callersMethodtransferTransfer an element to the consumer. If there is a consumer waiting, puts the element on the queue and return the true value. Else, puts the value in
Chapter08/ch08_recipe09/src/com/packtpub/java9/concurrency/cookbook/chapter08/recipe09/task/MyPriorityTransferQueue.java:77