In learning ScheduledThreadPoolExecutor found the thread pool use queue for DelayedWorkQueue, DelayedWorkQueue is a heap structure based implementation of delay queues and priority queues, In...