addFirst 抽象方法

void addFirst(
  1. E value
)

value 添加到队列的起始位置。

实现

void addFirst(E value);