>
java util ArrayDeque offerFirst(E e)此方法将指定的元素插入此双端队列的前面。1 语法public boolean offerFirst(E e)2 参数e:要
java util LinkedList offerFirst(E e) 将指定的元素插入LinkedList的开头。1 语法public boolean offerFirst(E e)2 参数e:要添加