removeFirst 抽象方法

E removeFirst()

移除并返回此队列的第一个元素。

在调用此方法时,队列必须不能为空。

实现

E removeFirst();