public PersistentQueue pop(){ if(f == null) //hmmm... pop of empty queue -> empty queue? return this; //throw new IllegalStateException("popping empty ...
確定! 回上一頁