关于LinkedBlockingQueue中notEmpty和notFull-Condition的一点困惑
/***Insertsthespecifiedelementatthetailofthisqueue,waitingif*necessaryforspacetobecomeavailable.*/publicvoidput(Ee)throwsInterruptedException{if(e==null)thrownewNullPointerException();//Note:conventio